You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _sources/documentation.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ Current Documentation
7
7
8
8
IPython is developed as a set of Subprojects under the larger Project Jupyter umbrella. The documentation of each Subproject is now being hosted on `Read the Docs <https://readthedocs.org/>`_:
9
9
10
-
`Main Documentation Site for Jupyter and IPython <http://jupyter.readthedocs.org/en/latest/>`_
10
+
`Main Documentation Site for Jupyter and IPython <https://jupyter.readthedocs.org/en/latest/>`_
11
11
12
12
This website includes the documentation for the Jupyter Notebook as well as the IPython kernel
for manual installation targeted at advanced users and developers.
9
9
10
+
If you are looking for installation documentation for the notebook and/or qtconsole,
11
+
those are now part of `Jupyter <https://jupyter.readthedocs.org/en/latest/install.html>`__.
12
+
10
13
I already have Python
11
14
---------------------
12
15
13
16
If you already have Python installed and are familiar with installing packages, you can get IPython with :command:`pip`::
14
17
15
18
pip install ipython
16
19
17
-
Or if you want to also get the dependencies for the IPython notebook::
18
-
19
-
pip install "ipython[notebook]"
20
20
21
21
I am getting started with Python
22
22
--------------------------------
23
23
24
-
For new users who want to install a full Python environment for scientific computing and
25
-
data science, we suggest installing the Anaconda or Canopy Python distributions, which provide Python 2.7, IPython and all of its dependences as well as a complete set of open source packages
24
+
For new users who want to install a full Python environment for scientific computing and
25
+
data science, we suggest installing the Anaconda or Canopy Python distributions, which provide Python, IPython and all of its dependences as well as a complete set of open source packages
26
26
for scientific computing and data science.
27
27
28
-
1. Download and install Continuum's `Anaconda <http://continuum.io/downloads.html>`_ or the free edition of Enthought's `Canopy <https://www.enthought.com/downloads/>`_.
28
+
1. Download and install Continuum's `Anaconda <https://www.continuum.io/downloads>`_ or the free edition of Enthought's `Canopy <https://www.enthought.com/downloads/>`_.
29
29
30
30
2. Update IPython to the current version using the Terminal:
Copy file name to clipboardExpand all lines: documentation.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -205,7 +205,7 @@ <h1>Documentation<a class="headerlink" href="#documentation" title="Permalink to
205
205
<divclass="section" id="current-documentation">
206
206
<h2>Current Documentation<aclass="headerlink" href="#current-documentation" title="Permalink to this headline">¶</a></h2>
207
207
<p>IPython is developed as a set of Subprojects under the larger Project Jupyter umbrella. The documentation of each Subproject is now being hosted on <aclass="reference external" href="https://readthedocs.org/">Read the Docs</a>:</p>
208
-
<p><aclass="reference external" href="http://jupyter.readthedocs.org/en/latest/">Main Documentation Site for Jupyter and IPython</a></p>
208
+
<p><aclass="reference external" href="https://jupyter.readthedocs.org/en/latest/">Main Documentation Site for Jupyter and IPython</a></p>
209
209
<p>This website includes the documentation for the Jupyter Notebook as well as the IPython kernel
<h2>I am getting started with Python<aclass="headerlink" href="#i-am-getting-started-with-python" title="Permalink to this headline">¶</a></h2>
222
220
<p>For new users who want to install a full Python environment for scientific computing and
223
-
data science, we suggest installing the Anaconda or Canopy Python distributions, which provide Python 2.7, IPython and all of its dependences as well as a complete set of open source packages
221
+
data science, we suggest installing the Anaconda or Canopy Python distributions, which provide Python, IPython and all of its dependences as well as a complete set of open source packages
224
222
for scientific computing and data science.</p>
225
223
<olclass="arabic simple">
226
-
<li>Download and install Continuum’s <aclass="reference external" href="http://continuum.io/downloads.html">Anaconda</a> or the free edition of Enthought’s <aclass="reference external" href="https://www.enthought.com/downloads/">Canopy</a>.</li>
224
+
<li>Download and install Continuum’s <aclass="reference external" href="https://www.continuum.io/downloads">Anaconda</a> or the free edition of Enthought’s <aclass="reference external" href="https://www.enthought.com/downloads/">Canopy</a>.</li>
227
225
<li>Update IPython to the current version using the Terminal:</li>
@@ -242,7 +240,7 @@ <h2>I am getting started with Python<a class="headerlink" href="#i-am-getting-st
242
240
<spanid="id1"></span><h2>Downloads<aclass="headerlink" href="#downloads" title="Permalink to this headline">¶</a></h2>
243
241
<p>You can manually download IPython from <aclass="reference external" href="http://github.com/ipython/ipython/releases">GitHub</a> or <aclass="reference external" href="http://pypi.python.org/pypi/ipython">PyPI</a>. To install one of these versions, unpack it and run
244
242
the following from the top-level source directory using the Terminal:</p>
0 commit comments