Jupyter 的 IPython 内核
项目描述
Jupyter 的 IPython 内核
这个包为 Jupyter 提供了 IPython 内核。
从源安装
git clone
cd ipykernel
pip install -e ".[test]"
之后,所有正常ipython
命令都将使用这个新安装的内核版本。
运行测试
按照 中的说明进行操作Installation from source
。
然后从根目录
pytest ipykernel
运行覆盖率测试
按照 中的说明进行操作Installation from source
。
然后从根目录
pytest ipykernel -vv -s --cov ipykernel --cov-branch --cov-report term-missing:skip-covered --durations 10