loongson/pypi/: ipykernel-6.0.1 metadata and description

Homepage Simple index

IPython Kernel for Jupyter

author IPython Development Team
author_email ipython-dev@scipy.org
classifiers
  • Intended Audience :: Developers
  • Intended Audience :: System Administrators
  • Intended Audience :: Science/Research
  • License :: OSI Approved :: BSD License
  • Programming Language :: Python
  • Programming Language :: Python :: 3
description_content_type text/markdown
keywords Interactive,Interpreter,Shell,Web
license BSD
platform
  • Linux
  • Mac OS X
  • Windows
provides_extras test
requires_dist
  • debugpy (>=1.0.0)
  • ipython (>=7.23.1)
  • traitlets (>=4.1.0)
  • jupyter-client
  • tornado (>=4.2)
  • matplotlib-inline (<0.2.0appnope,>=0.1.0) ; platform_system == "Darwin"
  • importlib-metadata (<4) ; python_version < "3.8.0"
  • pytest (!=5.3.4) ; extra == 'test'
  • pytest-cov ; extra == 'test'
  • flaky ; extra == 'test'
  • nose ; extra == 'test'
  • ipyparallel ; extra == 'test'
requires_python >=3.7

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
ipykernel-6.0.1-py3-none-any.whl
Size
120 KB
Type
Python Wheel
Python
3
ipykernel-6.0.1.tar.gz
Size
104 KB
Type
Source

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