A Jupyter/IPython kernel template which includes core magic functions (including help, command and file path completion, parallel and distributed processing, downloads, and much more).
See IPython's docs on wrapper kernels.
Additional magics can be installed within the new kernel package under a magics subpackage.
- Basic set of line and cell magics for all kernels.
- Tab completion for magics and file paths.
- Help for magics using ? or Shift+Tab.
- Plot magic for setting default plot behavior.
- Python magic for accessing python interpreter.
You can install Metakernel through pip:
pip install metakernel --upgrade
Example notebooks can be viewed here.
Documentation is available online. Magics have interactive help (and online).
For version information, see the Revision History.