Skip to content

SacBase/sac-jupyter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 

Repository files navigation

docker pulls

SaC Jupyter kernel

This repository contains Jupyter-related tools for SaC.

We recommend using the pre-built Docker image.

Manual installation

Prerequisites

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.

About

Jupyter kernel for interactive SaC development.

Resources

License

Stars

Watchers

Forks

Contributors 4

  •  
  •  
  •  
  •