File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ either a shell script or Python to do this - you wouldn't want to do it by hand
4747if you had many files to process.
4848
4949If 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
5151a 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
360360Matplotlib 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
363363save as a text file with a `.py` extension and run in the command line).
364364
365365> ## Challenge - Final Plot
You can’t perform that action at this time.
0 commit comments