common-lisp-jupyter

MIT

A Common Lisp kernel for Jupyter along with a library for building Jupyter kernels.

$ area51 add common-lisp-jupyterCopy

Usage

;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(common-lisp-jupyter:some-function ...)