This repository was archived by the owner on Feb 10, 2019. It is now read-only.
File tree 1 file changed +13
-0
lines changed
1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,19 @@ computing.
9
9
10
10
![ Jupyter notebook example] ( docs/resources/running_code.png " Jupyter notebook example ")
11
11
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
+
12
25
## Installation
13
26
Detailed [ user installation information] ( http://jupyter-notebook.readthedocs.org/en/latest )
14
27
can be found on ReadTheDocs.
You can’t perform that action at this time.
0 commit comments