Dyalog / dyalog-jupyter-kernel

A Jupyter kernel for Dyalog APL
https://dyalog.github.io/dyalog-jupyter-kernel/
MIT License
64 stars 20 forks source link

Support (some of) the jupyter cell magic commands #69

Closed xpqz closed 10 months ago

xpqz commented 3 years ago

Consider supporting some of the more useful jupyter "magic" escapes.

A full list: https://ipython.readthedocs.io/en/stable/interactive/magics.html#cell-magics

It would be especially useful to be able to use %%capture (to suppress cell output) and %%html (to be able to inject custom css).