Skip to content

a jupyter lisp kernel based on the python REPLWrapper

License

lisp/lisp_kernel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

A Jupyter kernel for lisp

This requires IPython 3 and a Lisp executable - eg sbcl saved with its core or a bash wrapper

To install:

pip install lisp_shell
python -m lisp_shell.install

To use it, run one of:

jupyter notebook
# In the notebook interface, select lisp_shell from the 'New' menu
jupyter qtconsole --kernel lisp_shell
jupyter console --kernel lisp_shell

For details of how this works, see the Jupyter docs on wrapper kernels, and Pexpect's docs on the replwrap module

This is adapted from the bash kernel (https://github.com/takluyver/bash_kernel)

About

a jupyter lisp kernel based on the python REPLWrapper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 13

Languages