From 1f214447ee5bec0b7c0676559aa6fe5a0aa386e8 Mon Sep 17 00:00:00 2001 From: Steffen Rehberg Date: Thu, 4 Nov 2021 12:49:42 +0100 Subject: [PATCH] Remove pylab references from README.rst Make the same changes from #20 in README.rst too so that html and rst versions are equal again. --- README.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 2207262..1db5a91 100644 --- a/README.rst +++ b/README.rst @@ -38,13 +38,12 @@ provides both a very quick way to visualize data from Python and publication-quality figures in many formats. We are going to explore matplotlib in interactive mode covering most common cases. -IPython and the pylab mode --------------------------- +IPython +------- `IPython `_ is an enhanced interactive Python shell that has lots of interesting features including named inputs and outputs, access to -shell commands, improved debugging and much more. When we start it with the -command line argument -pylab (--pylab since IPython version 0.12), it allows +shell commands, improved debugging and much more. It allows interactive matplotlib sessions that have Matlab/Mathematica-like functionality. pyplot