MetaKernel Python is a Jupyter kernel using MetaKernel magics, shell, help, and parallel processing tools. This code provides the core of the Python magics for MetaKernel.
First, you need to install the metakernel_python library and dependencies:
pip install metakernel_python --upgradeThen, you need to install the metakernel kernel spec:
python -m metakernel_python installYou can then run the metakernel_python kernel as a console, notebook, etc.:
jupyter console --kernel=metakernel_python- IPython 3
- MetaKernel (installed with pip)