Metakernel for Jupyter
Project description
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.
Features
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.
Installation
You can install Metakernel through pip:
pip install metakernel –upgrade
Use MetaKernel Magics in IPython
Although MetaKernel is a system for building new kernels, you can use a subset of the magics in the IPython kernel. Put the following in your (or a system-wide) ipython_config.py file:
# /etc/ipython/ipython_config.py
c = get_config()
startup = [
'from metakernel import register_ipython_magics',
'register_ipython_magics()',
]
c.InteractiveShellApp.exec_lines = startup
Documentation
Example notebooks can be viewed here.
Documentation is available online. Magics have interactive help (and online).
For version information, see the Revision History.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for metakernel-0.16.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 07da19638f2edf099ac8bd8b4964227c923c8cdc1bf80155076fdb313d2c31df |
|
MD5 | ea1952e5a5d0ce64809c7ca7ddf7f054 |
|
BLAKE2b-256 | 2fe6ab3641fa0d1846e09d4e25abc72e87afcd9c21d8c959bb88bf7db7bb3281 |