jupyter-xeus / xeus-octave

Jupyter kernel for GNU Octave
https://xeus-octave.readthedocs.io/
GNU General Public License v3.0
57 stars 10 forks source link

Shell and magic commands #94

Open AntoinePrv opened 1 year ago

AntoinePrv commented 1 year ago

We should provide magic commands such a %timeit and shell execution like !ls.

Caveat: % is already used for comments in Octave. What character should we use? Or should we stick to % like Calysto/octave_kernel.

General purpose magic could be up-streamed to the Xeus project.

Idea of magic: