cl-notebook

AGPL3

A notebook-style in-browser editor for Common Lisp

$ area51 add cl-notebookCopy

Usage

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