This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/packages/python/yap_kernel
Vitor Santos Costa 84aaa82dbe jupyter
2018-02-08 10:48:02 +00:00
..
core python kernel 2017-08-27 22:24:34 +01:00
docs update to latest ipykernel 2017-05-14 11:27:44 +01:00
examples/embedding fix swi call leak 2017-06-19 19:02:36 +01:00
yap_ipython jupyter 2018-02-08 10:48:02 +00:00
yap_kernel boot 2018-01-18 14:47:27 +00:00
__init__.py new jupiter intrface 2017-08-21 12:36:48 +01:00
appveyor.yml update to latest ipykernel 2017-05-14 11:27:44 +01:00
CMakeLists.txt sync 2018-01-29 15:24:32 +00:00
CONTRIBUTING.md update to latest ipykernel 2017-05-14 11:27:44 +01:00
COPYING.md update to latest ipykernel 2017-05-14 11:27:44 +01:00
custom.js mode 2017-08-27 22:31:38 +01:00
kernel.js jupyter 2018-02-01 14:55:09 +00:00
MANIFEST.in new jupiter intrface 2017-08-21 12:36:48 +01:00
README.md update to latest ipykernel 2017-05-14 11:27:44 +01:00
readthedocs.yml update to latest ipykernel 2017-05-14 11:27:44 +01:00
setup.cfg fixes to use new IO 2017-08-09 08:15:51 +01:00
setup.py sync 2018-01-29 15:24:32 +00:00
x.js Merge branch 'master' of https://github.com/vscosta/yap-6.3 2017-11-11 03:05:36 +00:00
yap_kernel_launcher.py new jupiter intrface 2017-08-21 12:36:48 +01:00
YAP_KERNEL.md reorganise python interface 2017-05-08 18:49:00 +01:00

IPython Kernel for Jupyter

This package provides the IPython kernel for Jupyter.

Installation from source

  1. git clone
  2. cd ipykernel
  3. pip install -e .

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

Running tests

Ensure you have nosetests and the nose-warnings-filters plugin installed with

pip install nose nose-warnings-filters

and then from the root directory

nosetests ipykernel

Running tests with coverage

Follow the instructions from Running tests. Ensure you have the coverage module installed with

pip install coverage

and then from the root directory

nosetests --with-coverage --cover-package ipykernel ipykernel