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

Jupyter Interactive Notebook

License

NotificationsYou must be signed in to change notification settings

jupyter/notebook

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Google GroupBuild StatusDocumentation Statuscodecov

The Jupyter notebook is a web-based notebook environment for interactivecomputing.

Jupyter notebook example

Notice

Please note that this repository is currently maintained by a skeleton crew of maintainers from the Jupyter community. We encourage users to transition to JupyterLab, where more immediate support can occur. Our approach moving forward will be:

  1. To maintain the security of the Jupyter Notebook. That means security-related issues and pull requests are our highest priority.
  2. To address JupyterLabfeature parity issues. As part of this effort, we are also working on a betternotebook-only experience in JupyterLab for users who prefer the UI of the classic Jupyter Notebook.
  3. To be responsive to the hard work of community members who have opened pull requests. We are triaging these PRs. We cannot support or maintain new features at this time, but we welcome security and other sustainability fixes.

If you have an open pull request with a new feature or if you were planning to open one, please consider shipping it as anotebook extension instead.

Alternatives to contributing tonotebook

Additionally, please consider whether your contribution would be appropriate for either the underlying server for Jupyter front-ends,jupyter_server or in theJupyterLab front-end.

Jupyter notebook, the language-agnostic evolution of IPython notebook

Jupyter notebook is a language-agnostic HTML notebook application forProject Jupyter. In 2015, Jupyter notebook was released as a part ofThe Big Split™ of the IPython codebase. IPython 3 was the last major monolithicrelease containing both language-agnostic code, such as theIPython notebook,and language specific code, such as theIPython kernel for Python. Ascomputing spans across many languages, Project Jupyter will continue to develop thelanguage-agnosticJupyter notebook in this repo and with the help of thecommunity develop language specific kernels which are found in their owndiscrete repos.[The Big Split™ announcement][Jupyter Ascending blog post]

Installation

You can find the installation documentation for theJupyter platform, on ReadTheDocs.The documentation for advanced usage of Jupyter notebook can be foundhere.

For a local installation, make sure you havepip installed and run:

$ pip install notebook

Usage - Running Jupyter notebook

Running in a local installation

Launch with:

$ jupyter notebook

Running in a remote installation

You need some configuration before starting Jupyter notebook remotely. SeeRunning a notebook server.

Development Installation

SeeCONTRIBUTING.rst for how to set up a local development installation.

Contributing

If you are interested in contributing to the project, seeCONTRIBUTING.rst.

Resources


[8]ページ先頭

©2009-2025 Movatter.jp