Skip to content

Commit a9eabc7

Browse files
committed
Removed references to notebook
1 parent be87978 commit a9eabc7

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

CHANGELOG

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
2014-04-23 Updated references to "ipython -pylab"
2-
As of ipython 3.0, pylab mode can no longer be invoked at shell
3-
startup with a command line flag. Instead, "%pylab" must be
4-
called from the ipython notebook directly. Documentation and
5-
examples referencing this flag have been changed accordingly.
2+
The preferred method for invoking pylab is now using the
3+
"%pylab" magic.
64
-Chris G.
75

86

doc/_templates/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ <h1>Introduction</h1>
6363
For a sampling, see the <a href="{{ pathto('users/screenshots') }}">screenshots</a>, <a href="{{ pathto('gallery') }}">thumbnail</a> gallery, and
6464
<a href="examples/index.html">examples</a> directory</p>
6565

66-
<p>For example, using <tt>"%pylab"</tt> in the IPython notebook for
66+
<p>For example, using <tt>"%pylab"</tt> in the IPython shell for
6767
an interactive environment, to generate 10,000 gaussian random numbers
6868
and plot a histogram with 100 bins, you simply need to
6969
type</p>

0 commit comments

Comments
 (0)