A Common Lisp kernel for Jupyter along with a library for building Jupyter kernels.
View the Project on GitHub yitzchak/common-lisp-jupyter
install
(install &key bin-path use-implementation system local prefix)
Install Common Lisp kernel based on the current implementation.
bin-path
specifies path to LISP binary.use-implementation
toggles including implementation details in kernel name.system
toggles system versus user installation.local
toggles /usr/local/share versus
/usr/share
for system installations.prefix
key specifies directory prefix for packaging.install-image
(install-image &key use-implementation prefix)
Install Common Lisp kernel based on image of current implementation.
use-implementation
toggles including implementation details in kernel name.prefix
key specifies directory prefix for packaging.install-roswell
(install-roswell &key implementation)
Install Common Lisp kernel using Roswell. implementation
key toggles
including implementation details in kernel name.
kernel
kernel
jupyter:kernel
standard-object
:sink
:name
:version
:banner
:language-name
:language-version
:mime-type
:file-extension
:pygments-lexer
:codemirror-mode
:help-links
:package
:connection-file
:prompt-prefix
:prompt-suffix
:input-queue