This repository contains Jupyter-related tools for SaC.
make install
- Get the Jupyter data directory path using
jupyter --data-dir
. - Within this director, create a new directory
kernels
.
mkdir -p <jupyter-path>/kernels
- Copy the
sac
directory to the newly createdkernels
directory.
cp -r sac <jupyter-path>/kernels
- Adjust the path in
<jupyter-path>/kernels/sac/kernel.json
to point to the location of thekernel.py
file in this repository.
echo $PWD
$ <repository-path>
To start the Jupyter notebook, run:
jupyter notebook
In the web interface you set the kernel language to SaC.