common-lisp-jupyter

MIT

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

$ area51 add common-lisp-jupyterコピー

使い方

;; area51 add で .asd が自動更新されます。
;; コード内でパッケージを使用:
(in-package :my-project)
(common-lisp-jupyter:some-function ...)