File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,11 @@ Startup commands
12
12
13
13
First, let's start IPython. It is a most excellent enhancement to the
14
14
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.
16
16
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
21
20
detail on exactly what this does at `IPython's documentation on GUI
22
21
event loops
23
22
<http://ipython.org/ipython-doc/2/interactive/reference.html#gui-event-loop-support> `_.
You can’t perform that action at this time.
0 commit comments