This package provides the IPython kernel for Jupyter.
git clonecd ipykernelpip install -e .
After that, all normal ipython commands will use this newly-installed version of the kernel.
Ensure you have nosetests and the nose-warnings-filters plugin installed with
pip install nose nose-warnings-filtersand then from the root directory
nosetests ipykernelFollow the instructions from Running tests. Ensure you have the coverage module installed with
pip install coverageand then from the root directory
nosetests --with-coverage --cover-package ipykernel ipykernel