This package provides the IPython kernel for Jupyter.
git clone
cd ipykernel
pip install -e ".[test]"
jupyter kernelspec install --user /home/dimuthu/code/ipykernel/
jupyter notebook --ip 0.0.0.0
sudo python3 tools/strace_server.py
After that, all normal ipython
commands will use this newly-installed version of the kernel.
Follow the instructions from Installation from source
.
and then from the root directory
pytest ipykernel
Follow the instructions from Installation from source
.
and then from the root directory
pytest ipykernel -vv -s --cov ipykernel --cov-branch --cov-report term-missing:skip-covered --durations 10