8000 GitHub - Carreau/ipykernel: IPython Kernel for Jupyter
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
< 8000 div class="flex-auto min-width-0 width-fit"> forked from ipython/ipykernel

IPython Kernel for Jupyter

License

Notifications You must be signed in to change notification settings

Carreau/ipykernel

 
 

Repository files navigation

IPython Kernel for Jupyter

Build Status codecov Documentation Status

This package provides the IPython kernel for Jupyter.

Installation from source

  1. git clone
  2. cd ipykernel
  3. pip install -e ".[test]"

After that, all normal ipython commands will use this newly-installed version of the kernel.

Running tests

Follow the instructions from Installation from source.

and then from the root directory

pytest ipykernel

Running tests with coverage

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

About

IPython Kernel for Jupyter

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%
0