Skip to content

Commit 41e496c

Browse files
authored
Change IPython to Jupyter in episode 08
1 parent 8103aa7 commit 41e496c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_episodes/08-putting-it-all-together.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ either a shell script or Python to do this - you wouldn't want to do it by hand
4747
if you had many files to process.
4848

4949
If you are still having trouble importing the data as a table using Pandas,
50-
check the documentation. You can open the docstring in an ipython notebook using
50+
check the documentation. You can open the docstring in a Jupyter Notebook using
5151
a question mark. For example:
5252

5353
~~~
@@ -359,7 +359,7 @@ which will save the `fig` created using Pandas/matplotlib as a png file with the
359359
360360
Matplotlib can make many other types of plots in much the same way that it makes two-dimensional line plots. Look through the examples in
361361
<http://matplotlib.org/users/screenshots.html> and try a few of them (click on the
362-
"Source code" link and copy and paste into a new cell in ipython notebook or
362+
"Source code" link and copy and paste into a new cell in Jupyter Notebook or
363363
save as a text file with a `.py` extension and run in the command line).
364364
365365
> ## Challenge - Final Plot

0 commit comments

Comments
 (0)