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.

  • 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

metakernel-0.16.2.tar.gz (65.9 kB view details)

Uploaded Source

Built Distribution

metakernel-0.16.2-py2.py3-none-any.whl (97.8 kB view details)

Uploaded Python 2 Python 3

File details

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

File metadata

  • Download URL: metakernel-0.16.2.tar.gz
  • Upload date:
  • Size: 65.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for metakernel-0.16.2.tar.gz
Algorithm Hash digest
SHA256 584b4c3f4064eca155ff4d9c300f98734f712da3d44c42eba05d9718304d6532
MD5 baa5ce2ffcb181b0b8da215926409348
BLAKE2b-256 f033d30b86212cd3636ce0987c6955ca310599c8b0d69bfdbb82cefdff1d909b

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for metakernel-0.16.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 1c022455aac481c0aa87983562b0311e2551bb94a15b7ce31b9ee106db64022a
MD5 73c6fc1363e996e4122f2bbc754deac0
BLAKE2b-256 60c87e7a64130ec060d17427e9961c02edb948d77723a6650e7e1198b316ffda

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