fredokun / cl-jupyter

An enhanced interactive Shell for Common Lisp (based on the Jupyter protocol)
BSD 2-Clause "Simplified" License
199 stars 29 forks source link

Magics in cl-jupyter #39

Open drmeister opened 6 years ago

drmeister commented 6 years ago

Frederic,

Do you know about magics in iPython? Would it be difficult to add them to the cl-jupyter kernel? It looks like it would give us access to a lot of widget functionality without porting widgets like we have been. Check out: github.com/clasp-developers/cl-jupyter-widgets.git github.com/clasp-developers/cl-nglview.git github.com/clasp-developers/cl-bqplot.git

These are some of the widgets that we have been translating from Python to Common Lisp.

fredokun commented 5 years ago

I am aware of the magics and I think a similar feature should be a great addition to cl-jupyter. I will soon start to think about this (after integrating all your contributions to the master branch ...).