common-lisp-jupyter
A Common Lisp kernel for Jupyter along with a library for building Jupyter kernels.
$ area51 add common-lisp-jupyterCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(common-lisp-jupyter:some-function ...)