Go to file
2018-09-13 16:22:44 +02:00
docs Merge pull request #3883 from moble/public_server_csp 2018-09-13 16:22:14 +02:00
docs-translations/ko-KR Add translated files 2017-11-21 13:23:20 +09:00
git-hooks
notebook Merge pull request #3836 from cmd-ntrf/jqueryui 2018-09-13 16:22:44 +02:00
tools Update jquery-ui minified path in build-main.js 2018-08-09 09:28:25 -04:00
.babelrc
.bowerrc
.eslintignore
.eslintrc.json
.gitignore Ignore package-lock.json 2018-07-11 22:06:50 -07:00
.gitmodules
.mailmap
.travis.yml start testing on 3.7 2018-05-17 10:52:47 -07:00
appveyor.yml Use Python 3.6 version of Miniconda 2018-03-15 14:31:05 +00:00
bower.json Merge pull request #3836 from cmd-ntrf/jqueryui 2018-09-13 16:22:44 +02:00
codecov.yml
CONTRIBUTING.rst complete section on troubleshooting the installation 2018-04-27 14:02:49 -04:00
COPYING.md
MANIFEST.in Inlcude CONTRIBUTING.rst in the sdist, not CONTRIBUTING.md 2017-04-07 17:34:10 +02:00
package.json Pull request i18n (#2804) 2017-10-02 16:02:06 -07:00
README.md Add remote installation guide in README.md 2018-05-29 06:17:25 +00:00
readthedocs.yml
setup.cfg Include LICENSE file in wheels 2018-06-08 16:57:54 -04:00
setup.py adding selenium to test requirements 2018-07-14 11:09:39 -05:00
setupbase.py Update jquery-ui minified path in setupbase.py 2018-08-09 09:58:16 -04:00

Jupyter Notebook

Google Group Build Status Documentation Status

The Jupyter notebook is a web-based notebook environment for interactive computing.

Jupyter notebook example

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. [The Big Split™ announcement] [Jupyter Ascending blog post]

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.rst for how to set up a local development installation.

Contributing

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

Resources