Skip to content

Commit

Permalink
Updated READMEs for new-style jupyter notebook syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
brian-rose committed Mar 5, 2016
1 parent 3bf2a15 commit a2546e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Currently, ``climlab`` has out-of-the-box support and documented examples for

Example usage
------------------
The directory ``climlab/courseware/`` contains a collection of IPython / Jupyter
The directory ``climlab/courseware/`` contains a collection of Jupyter / IPython
notebooks (*.ipynb) used for teaching some basics of climate science,
and documenting use of the ``climlab`` package.
These are self-describing, and should all run out-of-the-box once the package is installed, e.g:
Expand Down
4 changes: 2 additions & 2 deletions courseware/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ Author
About
----------------

This is a collection of ``IPython`` notebooks used for teaching
This is a collection of ``Jupyter`` notebooks (aka ``IPython``) used for teaching
some basics of climate science, and documenting use of the
``climlab`` Python package.

These should all run out-of-the-box once ``climlab`` is installed, e.g:

``ipython notebook Insolation.ipynb``
``jupyter notebook Insolation.ipynb``

will open the notebook in a browser.

0 comments on commit a2546e9

Please sign in to comment.