Skip to main content

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).

https://badge.fury.io/py/metakernel.png/ https://coveralls.io/repos/Calysto/metakernel/badge.png?branch=master https://travis-ci.org/Calysto/metakernel.svg

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.
    • Python magic for accessing python interpreter.

    • Run kernels in parallel.

    • Shell magics.

    • Classroom management magics.

  • Tab completion for magics and file paths.

  • Help for magics using ? or Shift+Tab.

  • Plot magic for setting default plot behavior.

Kernels based on Metakernel

… and many others.

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.

from metakernel import register_ipython_magics
register_ipython_magics()

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

metakernel-0.20.11.tar.gz (69.9 kB view details)

Uploaded Source

Built Distribution

metakernel-0.20.11-py2.py3-none-any.whl (99.6 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file metakernel-0.20.11.tar.gz.

File metadata

File hashes

Hashes for metakernel-0.20.11.tar.gz
Algorithm Hash digest
SHA256 af231167ebcd693ab1b2fe6c6c7585d8fa6d3cd7f0a799c28c121ac090fa69a8
MD5 116dbfd4842b94b9b62ec031da2b3f59
BLAKE2b-256 3317afe7c080b551bd3a7cfc3352949d4749911d3424ee2a24a2ae3f188db401

See more details on using hashes here.

File details

Details for the file metakernel-0.20.11-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for metakernel-0.20.11-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 5f9d49b0ca3513292b4076eaacbe1d4d1ed0a23e5c50964c21e5452b23086382
MD5 1430ff5f1ff79979f74cdd2b8a21cbc2
BLAKE2b-256 2e29bcb94369438190c6be092dd184393cb7aeb9b2295c7594d062f8c506c26e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page