Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 912 Bytes

README.md

File metadata and controls

47 lines (31 loc) · 912 Bytes

Jupyter kernel for SaC

This repository contains Jupyter-related tools for SaC.

Prerequisites

Automatic installation

make install

Manual installation

  1. Get the Jupyter data directory path using jupyter --data-dir.
  2. Within this director, create a new directory kernels.
mkdir -p <jupyter-path>/kernels
  1. Copy the sac directory to the newly created kernels directory.
cp -r sac <jupyter-path>/kernels
  1. Adjust the path in <jupyter-path>/kernels/sac/kernel.json to point to the location of the kernel.py file in this repository.
echo $PWD
$ <repository-path>

Running Jupyter

To start the Jupyter notebook, run:

jupyter notebook

In the web interface you set the kernel language to SaC.