Check that all current features in interactive session run in Jupyter
The magics
- The magics
%exit
,%bye
,%close
,%quit
do not have to be implemented
Implementation
There are several alternative approaches.
- Define custom magics in iPython. A general intro to iPython magics.
- Use Methakernel, use the Octave kernel as blue print
Edited by Ivan Kondov