Go to file
Jocelyn Delalande 71818067c5 Make the i18n README more clear
This README.md is the only documentation for i18n setup, let's enhance
it.

Modifications include:

- make the writing style less personal
- fix markdown (syntax, headings…)
- clearly separate the usage guide from the known bugs and future perspectives
  (as this guide is now in master branch, it is no longer relevant to say that
  it is an experimental thing)
- rewordings
2017-10-21 14:26:01 +02:00
docs Update changelog 2017-10-15 10:26:50 -07:00
git-hooks
notebook Make the i18n README more clear 2017-10-21 14:26:01 +02:00
scripts
tools Preliminary i18n implementation as outlined in JEP 16 (#2140) 2017-07-11 16:34:23 +02:00
.babelrc
.bowerrc
.eslintignore
.eslintrc.json
.gitignore Pull request i18n (#2804) 2017-10-02 16:02:06 -07:00
.gitmodules
.mailmap
.travis.yml Test Python 3.6 on Travis, drop 3.3 2017-09-20 10:37:38 +01:00
appveyor.yml
bower.json Upgrade xterm.js to 2.9.2 2017-09-18 15:31:47 -04:00
codecov.yml
CONTRIBUTING.rst Fix some broken links and permanent redirects 2017-09-01 13:09:51 +02: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
readthedocs.yml
setup.cfg
setup.py Merge pull request #1968 from takluyver/delete-to-trash 2017-10-20 11:41:25 +02:00
setupbase.py Add Mathjax/jax/element/mml to package_data 2017-08-21 16:46:21 +01: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

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