Skip to content

Commit

Permalink
Use Jupyter Notebook App
Browse files Browse the repository at this point in the history
  • Loading branch information
tritemio committed Jun 14, 2015
1 parent 6c591b0 commit d78c069
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/what_is_jupyter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
What is Jupyter Notebook
========================

Jupyter Notebook (formerly IPython) is an application that runs inside your
**Jupyter Notebook App** (formerly **IPython Notebook**) is an application that runs inside your
browser.
For our purposes, Jupyter Notebook is run locally like a normal desktop
For our purposes, *Jupyter Notebook App* is run locally like a normal desktop
application and does not require accessing any remote server.

What we call the "notebooks" are text documents
produced by the Jupyter Notebook application that contains both code and
What we call the "notebooks" (lowecase) are text documents
produced by the *Jupyter Notebook App* that contains both code and
and rich text (paragraph, equations, figures, links, etc...).
Notebooks are both human-readable documents containing the analysis
Notebooks documents are both human-readable documents containing the analysis
description and the results (figures, tables, etc..) and executable documents
that can be run to perform a data analysis.

Expand Down

0 comments on commit d78c069

Please sign in to comment.