30310847d6
SHA256 hashes: jupyter-notebook-application-7.0.0-alpha.2.tgz: 160b7177790b0ee35f08e2bca828e9e20538aa29ea2460e54ea8c8a54a8fa85f jupyter-notebook-application-extension-7.0.0-alpha.2.tgz: a0f996a4b94cd85d6ffd48e843f6437480210122d5e808a480267c3af46d82a2 jupyter-notebook-console-extension-7.0.0-alpha.2.tgz: 5e3f902609f7aa8d4060cd2d9d3418de3a5b292e8979d12fb9040c6215879892 jupyter-notebook-docmanager-extension-7.0.0-alpha.2.tgz: eff43a5bf6d8aeb133abeb55d92df48ab9f0324c04e012229f562184ac0e7276 jupyter-notebook-documentsearch-extension-7.0.0-alpha.2.tgz: c1bfb6cf1df4bf121739037f83392487a6122dad872201e2ee61341c6f3883b2 jupyter-notebook-help-extension-7.0.0-alpha.2.tgz: 4d60538bbdafd04e6a86caa023833c8805837ad18a334b373395ef06197d3ad0 jupyter-notebook-lab-extension-7.0.0-alpha.2.tgz: 27a1c522d14a00930253b5b274bd826347bc74778c97c107542f78773addff3e jupyter-notebook-notebook-extension-7.0.0-alpha.2.tgz: d59e4bf7905f875854b30d0375ce01f18fd91ab04d251014ed96cc404eb985d9 jupyter-notebook-terminal-extension-7.0.0-alpha.2.tgz: 02729e33a3d67df9f5fcdac29449f4e657aa972a25050cc22021a970f5b689c8 jupyter-notebook-tree-extension-7.0.0-alpha.2.tgz: 0904ae6751592e9e259fb36721263a071bc65a7e7e74f7a94c453324a4d7cd67 jupyter-notebook-ui-components-7.0.0-alpha.2.tgz: fe42cebe0f38bce37855f878f6334cc5012d809fcf7e8aff39459fab389b840c notebook-7.0.0a2-py3-none-any.whl: 635db8e4d6c530229ed9e969a0327557c8bf37fb191694d38aa563ae6e1f0312 notebook-7.0.0a2.tar.gz: 102c635947f610d9eaae11f8fde14ed85d4cea06df9732e746def9e95110ee72 |
||
---|---|---|
.github | ||
app | ||
binder | ||
buildutils | ||
docs | ||
jupyter-config/jupyter_server_config.d | ||
notebook | ||
packages | ||
ui-tests | ||
.bumpversion.cfg | ||
.eslintignore | ||
.eslintrc.js | ||
.eslintrc.json | ||
.gitignore | ||
.prettierignore | ||
.prettierrc | ||
CHANGELOG.md | ||
codecov.yml | ||
CONTRIBUTING.md | ||
jupyter_config.json | ||
jupyter.svg | ||
lerna.json | ||
LICENSE | ||
lint-staged.config.js | ||
MANIFEST.in | ||
notebook.svg | ||
package.json | ||
pyproject.toml | ||
README.md | ||
readthedocs.yml | ||
RELEASE.md | ||
setup.cfg | ||
setup.py | ||
tsconfig.eslint.json | ||
tsconfig.test.json | ||
tsconfigbase.json | ||
tsconfigbase.test.json | ||
yarn.lock |
Jupyter Notebook
The Jupyter notebook is a web-based notebook environment for interactive computing.
Notice
The Jupyter Notebook project is currently undertaking a transition to a more modern code base built from the ground-up using JupyterLab components and extensions.
There is new stream of work which was submitted and then accepted as a Jupyter Enhancement Proposal (JEP): https://jupyter.org/enhancement-proposals/79-notebook-v7/notebook-v7.html
Notebook v7
The next major version of Notebook will be based on:
- JupyterLab components for the frontend
- Jupyter Server for the Python server
This represents a significant change to the jupyter/notebook
code base.
To learn more about Notebook v7: https://jupyter.org/enhancement-proposals/79-notebook-v7/notebook-v7.html
Classic Notebook v6
Maintainance and security-related issues are now being addressed in the 6.4.x
branch.
New features and continuous improvement is now focused on Notebook v7 (see section above).
If you have an open pull request with a new feature or if you were planning to open one, we encourage switching over to the Jupyter Server and JupyterLab architecture, and distribute it as a server extension and / or JupyterLab prebuilt extension. That way your new feature will also be compatible with the new Notebook v7.
Jupyter notebook, the language-agnostic evolution of IPython notebook
Jupyter notebook is a language-agnostic HTML notebook application for Project Jupyter. In 2015, Jupyter notebook was released as a part of The Big Split™ of the IPython codebase. IPython 3 was the last major monolithic release containing both language-agnostic code, such as the IPython notebook, and language specific code, such as the IPython kernel for Python. As computing spans across many languages, Project Jupyter will continue to develop the language-agnostic Jupyter notebook in this repo and with the help of the community develop language specific kernels which are found in their own discrete repos.
Installation
You can find the installation documentation for the Jupyter platform, on ReadTheDocs. The documentation for advanced usage of Jupyter notebook can be found here.
For a local installation, make sure you have pip 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. See Running a notebook server.
Development Installation
See CONTRIBUTING.md
for how to set up a local development installation.
Contributing
If you are interested in contributing to the project, see CONTRIBUTING.md
.
Community Guidelines and Code of Conduct
This repository is a Jupyter project and follows the Jupyter Community Guides and Code of Conduct.