Skip to content

Commit b1a856d

Browse files
committed
update ipython -> jupyter
1 parent 72d0d5a commit b1a856d

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,12 @@ Running Tutorials
99
The easiest way to get started quickly is to use binder to run the tutorials in your web browser - when this loads, click the "tutorials" folder and you should see all the tutorials:
1010
[![Binder](http://mybinder.org/badge.svg)](http://mybinder.org/repo/astropy/astropy-tutorials)
1111

12-
To run the tutorials *locally*, you need ipython installed. If you have IPython 2.0, you
13-
can just start the notebook server in this directory:
12+
To run the tutorials *locally*, you need jupyter notebook installed:
1413

15-
ipython notebook --matplotlib=inline
16-
17-
But if you have an older version, you first need to `cd` into the appropriate
18-
subdirectory before starting that command.
14+
jupyter notebook
1915

2016
The tutorials are initially empty of any output. You can run them by pressing
21-
"Run All" under the "Cell" menu in the ipython notebook.
17+
"Run All" under the "Cell" menu in the notebook file.
2218

2319
Dependencies
2420
------------

0 commit comments

Comments
 (0)