Skip to content

Commit 06ae05d

Browse files
JeremyPikemkcor
andauthored
remove IPython reference
Co-authored-by: Marianne Corvellec <marianne.corvellec@ens-lyon.org>
1 parent 4ca7469 commit 06ae05d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/08-connected-components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ Alternatively we could convert the image to RGB and then display it.
377377

378378
We just used `plt.axis("off");` to hide the axis from the image for a visually cleaner figure. The
379379
semicolon is added to supress the output(s) of the statement, in this [case](https://matplotlib.org/stable/api/_as_gen/matplotlib.pyplot.axis.html)
380-
the axis limits. This is specific to IPython and Jupyter Notebooks.
380+
the axis limits. This is specific to Jupyter Notebooks.
381381

382382
::::::::::::::::::::::::::::::::::::::::::::::::::
383383

0 commit comments

Comments
 (0)