Skip to content

Commit 223933a

Browse files
authored
Merge pull request #20 from ElJdP/Pylab-removal
Update README.html
2 parents 91fc36a + 72b86aa commit 223933a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,11 @@ <h1><a class="toc-backref" href="#id4">Introduction</a></h1>
4343
provides both a very quick way to visualize data from Python and
4444
publication-quality figures in many formats. We are going to explore
4545
matplotlib in interactive mode covering most common cases.</p>
46-
<div class="section" id="ipython-and-the-pylab-mode">
47-
<h2>IPython and the pylab mode</h2>
46+
<div class="section" id="ipython">
47+
<h2>IPython</h2>
4848
<p><a class="reference external" href="http://ipython.org/">IPython</a> is an enhanced interactive Python shell that
4949
has lots of interesting features including named inputs and outputs, access to
50-
shell commands, improved debugging and many more. When we start it with the
51-
command line argument -pylab (--pylab since IPython version 0.12), it allows
50+
shell commands, improved debugging and many more. It allows
5251
interactive matplotlib sessions that have Matlab/Mathematica-like functionality.</p>
5352
</div>
5453
<div class="section" id="pyplot">

0 commit comments

Comments
 (0)