Skip to content

Commit 2c8c3ff

Browse files
TravisBotTravisBot
authored andcommitted
Updated website (automated commit) – Monday, 09. March 2015 12:41AM
1 parent 341491b commit 2c8c3ff

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

_sources/install.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@ for scientific computing and data science.
3232
Anaconda::
3333

3434
conda update conda
35-
conda update ipython
35+
conda update ipython ipython-notebook ipython-qtconsole
36+
37+
The ``ipython-notebook`` entry is used to ensure that all the dependencies for the IPython notebook are installed and updated.
38+
The ``ipython-qtconsole`` entry is used to ensure that all the dependencies for the IPython qtconsole are installed and updated.
39+
If either the IPython notebook or the qtconsole is not desired, this entry can be left off.
3640

3741
Enthought Canopy::
3842

install.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,9 +259,12 @@ <h2>I am getting started with Python<a class="headerlink" href="#i-am-getting-st
259259
<blockquote>
260260
<div><p>Anaconda:</p>
261261
<div class="highlight-python"><div class="highlight"><pre>conda update conda
262-
conda update ipython
262+
conda update ipython ipython-notebook ipython-qtconsole
263263
</pre></div>
264264
</div>
265+
<p>The <tt class="docutils literal"><span class="pre">ipython-notebook</span></tt> entry is used to ensure that all the dependencies for the IPython notebook are installed and updated.
266+
The <tt class="docutils literal"><span class="pre">ipython-qtconsole</span></tt> entry is used to ensure that all the dependencies for the IPython qtconsole are installed and updated.
267+
If either the IPython notebook or the qtconsole is not desired, this entry can be left off.</p>
265268
<p>Enthought Canopy:</p>
266269
<div class="highlight-python"><div class="highlight"><pre>enpkg ipython
267270
</pre></div>

objects.inv

-6 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)