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
<h1>FAQ<aclass="headerlink" href="#faq" title="Permalink to this headline">¶</a></h1>
287
-
<p>If your question isn’t answered below, check <aclass="reference external" href="http://ipython.org/ipython-doc/">the docs</a>, then ask on the <aclass="reference external" href="http://mail.scipy.org/mailman/listinfo/ipython-dev">mailing list</a>.</p>
287
+
<p>If your question isn’t answered below, check <aclass="reference external" href="http://ipython.org/ipython-doc/">the docs</a>, then ask on the <aclass="reference external" href="http://mail.scipy.org/mailman/listinfo/ipython-dev">mailing list</a>.</p>
288
288
<divclass="contents local topic" id="contents">
289
289
<ulclass="simple">
290
290
<li><aclass="reference internal" href="#can-ipython-run-under-ironpython-pypy-jython-other-python-interpreters" id="id1">Can IPython run under IronPython/PyPy/Jython/other Python interpreters?</a></li>
@@ -311,7 +311,7 @@ <h2>IPython crashes under OS X when using the arrow keys<a class="headerlink" hr
311
311
<p><strong>Answer:</strong> This is due to a bug in the readline library from the official builds. There are a few solutions you can take:</p>
312
312
<blockquote>
313
313
<div><olclass="arabic">
314
-
<li><pclass="first">Use a different Python version from Apple’s default (MacPython or Fink have been reported to work)</p>
314
+
<li><pclass="first">Use a different Python version from Apple’s default (MacPython or Fink have been reported to work)</p>
315
315
</li>
316
316
<li><pclass="first">You can disable in your ipythonrc file the following lines by commenting them out:</p>
<h2>Does IPython play well with Windows?<aclass="headerlink" href="#does-ipython-play-well-with-windows" title="Permalink to this headline">¶</a></h2>
@@ -332,7 +332,7 @@ <h2>Does IPython play well with Windows?<a class="headerlink" href="#does-ipytho
332
332
<h2>What is the best way to install IPython?<aclass="headerlink" href="#what-is-the-best-way-to-install-ipython" title="Permalink to this headline">¶</a></h2>
333
333
<p>See <aclass="reference external" href="http://ipython.org/ipython-doc/stable/install/install.html#installing-ipython-itself">the installation documentation</a> for full details.</p>
334
334
<p>The standard Python installation mechanisms (<codeclass="docutils literal"><spanclass="pre">setup.py</span></code>, <codeclass="docutils literal"><spanclass="pre">pip</span></code> or <codeclass="docutils literal"><spanclass="pre">easy_install</span></code>) all work for installing IPython to use in a terminal. Windows users are best off installing <aclass="reference external" href="https://pypi.python.org/pypi/distribute">distribute</a>, then running the .exe installer, to create start menu shortcuts.</p>
335
-
<p>To use the notebook or the Qt console, it’s easiest to install through a package manager, or download a Python distribution such as <aclass="reference external" href="https://store.continuum.io/cshop/anaconda">Anaconda</a> or <aclass="reference external" href="https://www.enthought.com/downloads/">Enthought Canopy</a>. Otherwise, you will need to install pyzmq, along with tornado for the notebook, and PyQt4/PySide and pygments for the Qt console.</p>
335
+
<p>To use the notebook or the Qt console, it’s easiest to install through a package manager, or download a Python distribution such as <aclass="reference external" href="https://store.continuum.io/cshop/anaconda">Anaconda</a> or <aclass="reference external" href="https://www.enthought.com/downloads/">Enthought Canopy</a>. Otherwise, you will need to install pyzmq, along with tornado for the notebook, and PyQt4/PySide and pygments for the Qt console.</p>
336
336
</div>
337
337
</div>
338
338
@@ -349,7 +349,7 @@ <h2>What is the best way to install IPython?<a class="headerlink" href="#what-is
349
349
350
350
<divclass="footer" role="contentinfo">
351
351
© Copyright the IPython development team.
352
-
Created using <ahref="http://sphinx-doc.org/">Sphinx</a> 1.5.5.
352
+
Created using <ahref="http://sphinx-doc.org/">Sphinx</a> 1.6.2.
0 commit comments