This repository contains Jupyter-related tools for SaC.
We recommend using the pre-built Docker image.
- 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
sacdirectory to the newly createdkernelsdirectory.
cp -r sac <jupyter-path>/kernels- Adjust the path in
<jupyter-path>/kernels/sac/kernel.jsonto point to the location of thekernel.pyfile in this repository.
echo $PWD
$ <repository-path>To start the Jupyter notebook, run:
jupyter notebookIn the web interface you set the kernel language to SaC.