Skip to content

Commit

Permalink
Update what_is_jupyter.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
tritemio committed Jun 23, 2015
1 parent 889061e commit 3644a15
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/what_is_jupyter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,20 @@ What is Jupyter Notebook

**Jupyter Notebook App** (formerly **IPython Notebook**) is an application which runs inside your
browser.
However, *Jupyter Notebook App* is run locally like a normal desktop
For the purpose of this guide, *Jupyter Notebook App* is run locally like a normal desktop
application and does not require accessing any remote server.

"notebooks" (all lower case) are text documents
produced by the *Jupyter Notebook App* which contain both python code and rich text format elements (paragraph, equations, figures, links, etc...).
produced by the *Jupyter Notebook App* which contain both python code and rich text format elements
(paragraph, equations, figures, links, etc...).
Notebook documents are both human-readable documents containing the analysis
description and the results (figures, tables, etc..) as well as executable documents
which can be run to perform data analysis.

Links
-----
External Links
--------------

Official Pages (this sites are not related with Photon-HDF5):
Official Jupyter Project Pages:

- `Project Jupyter <https://jupyter.org/>`__
- `IPython Notebook Homepage <http://ipython.org/notebook.html>`__
Expand Down

0 comments on commit 3644a15

Please sign in to comment.