Skip to content

Commit 0766e86

Browse files
committed
remove matplotlib argument to IPython in intro
1 parent 91b49a2 commit 0766e86

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

doc/users/image_tutorial.rst

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,11 @@ Startup commands
1212

1313
First, let's start IPython. It is a most excellent enhancement to the
1414
standard Python prompt, and it ties in especially well with
15-
Matplotlib. The easy way to enter IPython at a shell::
15+
Matplotlib. Start IPython either at a shell, or the IPython Notebook now.
1616

17-
$ipython --matplotlib
18-
19-
If you've already started IPython and forgot the --matplotlib part, no
20-
problem; just type %matplotlib at your IPython prompt. There's more
17+
With IPython started, we now need to connect to a GUI event loop. This
18+
tells IPython where (and how) to display plots. To connect to a GUI
19+
loop, execute the **%matplotlib** magic at your IPython prompt. There's more
2120
detail on exactly what this does at `IPython's documentation on GUI
2221
event loops
2322
<http://ipython.org/ipython-doc/2/interactive/reference.html#gui-event-loop-support>`_.

0 commit comments

Comments
 (0)