Skip to content

Commit 8103aa7

Browse files
authored
Change IPython to Jupyter in eposide 06
1 parent 56511b5 commit 8103aa7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_episodes/06-loops-and-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -453,7 +453,7 @@ yearly_data_csv_writer(1977, 2002, surveys_df)
453453
~~~
454454
{: .language-python}
455455

456-
BEWARE! If you are using IPython Notebooks and you modify a function, you MUST
456+
BEWARE! If you are using Jupyter Notebooks and you modify a function, you MUST
457457
re-run that cell in order for the changed function to be available to the rest
458458
of the code. Nothing will visibly happen when you do this, though, because
459459
defining a function without *calling* it doesn't produce an output. Any

0 commit comments

Comments
 (0)