We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ca7469 commit 06ae05dCopy full SHA for 06ae05d
episodes/08-connected-components.md
@@ -377,7 +377,7 @@ Alternatively we could convert the image to RGB and then display it.
377
378
We just used `plt.axis("off");` to hide the axis from the image for a visually cleaner figure. The
379
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.
+the axis limits. This is specific to Jupyter Notebooks.
381
382
::::::::::::::::::::::::::::::::::::::::::::::::::
383
0 commit comments