Calysto / metakernel

Jupyter/IPython Kernel Tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

In order to install python metakernel, pip command must be ended by --upgrade parameter instead of --update (as it is incorrectly written in README)

q2dg opened this issue · comments

Thanks

PD: Is it necessary the command python metakernel_python install ?? In my system it gives "File not found" but when I open a Notebook this kernel is recognized

Thanks; fixed.

The command is python -m metakernel_python install (use python, or python3 as needed).