Skip to main content

Jupyter 的 IPython 内核

项目描述

Jupyter 的 IPython 内核

这个包为 Jupyter 提供了 IPython 内核。

从源安装

  1. git clone
  2. cd ipykernel
  3. 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

项目详情


发布历史 发布通知| RSS订阅