This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(defun to-ipynb (f o &key after-form (kernel "lisp")) | |
"Generate Ipython notebook, from a Lisp source file. | |
+ All top level forms get their own code blocks in the notebook. | |
+ String sections at the top level generate markdown blocks. | |
+ Processing of the file is stopped if the symbol 'CUT== is found | |
- Arguments: | |
- f : path to lisp source file |