1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
**MetaKernel Echo** is a Jupyter kernel using MetaKernel magics, shell, help, and parallel processing tools. This code provides an example MetaKernel kernel.
## Install
First, you need to install the metakernel_echo library and dependencies:
```shell
pip install metakernel_echo --upgrade
```
Then, you need to install the metakernel echo kernel spec:
```shell
python -m metakernel_echo install
```
## Running
You can then run the metakernel_echo kernel as a console, notebook, etc.:
```shell
jupyter console --kernel=metakernel_echo
```
## Dependencies
1. IPython 3
1. MetaKernel (installed with pip)
|