Skip to content

A jupyter kernel for interactive SaC development

License

Notifications You must be signed in to change notification settings

sbscholz/sac-jupyter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A jupyter kernel for interactive SaC development

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 89.8%
  • JavaScript 8.0%
  • Makefile 2.2%