Skip to content
This repository was archived by the owner on Feb 10, 2019. It is now read-only.

Commit f8fa3fa

Browse files
committed
Add brief context of move to language-agnostic Jupyter from IPython
1 parent b1c2182 commit f8fa3fa

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@ computing.
99

1010
![Jupyter notebook example](docs/resources/running_code.png "Jupyter notebook example")
1111

12+
## Jupyter notebook -- the language-agnostic evolution of IPython notebook
13+
Jupyter notebook is the language-agnostic HTML notebook application for
14+
Project Jupyter. In 2015, Jupyter notebook was released as part of
15+
The Big Split of the IPython codebase. IPython 3 was the last major monolithic
16+
release containing both language-agnostic code, such as the *IPython notebook*,
17+
and language specific code, such as the *IPython kernel for Python*. As
18+
computing spans many languages, Project Jupyter will continue to develop th
19+
language-agnostic **Jupyter notebook** in this repo and with the help of the
20+
community develop language specific kernels which are found in their own
21+
discrete repos.
22+
[![The Big Split announcement](https://blog.jupyter.org/2015/04/15/the-big-split/)]
23+
[![Jupyter Ascending blog post](http://blog.jupyter.org/2015/08/12/first-release-of-jupyter/)]
24+
1225
## Installation
1326
Detailed [user installation information](http://jupyter-notebook.readthedocs.org/en/latest)
1427
can be found on ReadTheDocs.

0 commit comments

Comments
 (0)