Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

IPython Kernel for Jupyter

License

NotificationsYou must be signed in to change notification settings

ipython/ipykernel

Repository files navigation

Build StatusDocumentation 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 normalipython commands will use this newly-installed version of the kernel.

Running tests

Follow the instructions fromInstallation from source.

and then from the root directory

pytest

Running tests with coverage

Follow the instructions fromInstallation from source.

and then from the root directory

pytest -vv -s --cov ipykernel --cov-branch --cov-report term-missing:skip-covered --durations 10

About the IPython Development Team

The IPython Development Team is the set of all contributors to the IPython project.This includes all of the IPython subprojects.

The core team that coordinates development on GitHub can be found here:https://github.com/ipython/.

Our Copyright Policy

IPython uses a shared copyright model. Each contributor maintains copyrightover their contributions to IPython. But, it is important to note that thesecontributions are typically only changes to the repositories. Thus, the IPythonsource code, in its entirety is not the copyright of any single person orinstitution. Instead, it is the collective copyright of the entire IPythonDevelopment Team. If individual contributors want to maintain a record of whatchanges/contributions they have specific copyright on, they should indicatetheir copyright in the commit message of the change, when they commit thechange to one of the IPython repositories.

With this in mind, the following banner should be used in any source code fileto indicate the copyright and license terms:

# Copyright (c) IPython Development Team.# Distributed under the terms of the Modified BSD License.

[8]ページ先頭

©2009-2025 Movatter.jp