Skip to content

Commit

Permalink
Typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tritemio committed Jun 13, 2015
1 parent b11bfa6 commit 8f027ea
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/what_is_jupyter.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ What is Jupyter Notebook
========================

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

The "notebooks" are text documents
What we call the "notebooks" are text documents
produced by the Jupyter Notebook application that contains both code and
and rich text (paragraph, equations, figures, links, etc...).
Notebooks 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 (for more info see :ref:`what_is_jupyther`).
that can be run to perform a data analysis.

Official Pages:

Expand All @@ -22,4 +22,4 @@ Official Pages:

Quick introductions:

- `What is the IPython Notebook? <http://nbviewer.ipython.org/github/jupyter/strata-sv-2015-tutorial/blob/master/00%20-%20Introduction.ipynb>`__
- `What is the IPython Notebook? <http://nbviewer.ipython.org/github/jupyter/strata-sv-2015-tutorial/blob/master/00%20-%20Introduction.ipynb>`__

0 comments on commit 8f027ea

Please sign in to comment.