##// END OF EJS Templates
address review in install doc
Min RK -
Show More
@@ -71,8 +71,7 b' See below for details of how to make sure you have a working :mod:`readline`.'
71 Installation using pip
71 Installation using pip
72 ----------------------
72 ----------------------
73
73
74 If you have :mod:`pip`, the easiest way of getting IPython is
74 If you have :mod:`pip`, the easiest way of getting IPython is:
75 to simply use :command:`pip`:
76
75
77 .. code-block:: bash
76 .. code-block:: bash
78
77
@@ -97,15 +96,6 b' grab the latest stable build of IPython from `here'
97 If you are installing to a location (like ``/usr/local``) that requires higher
96 If you are installing to a location (like ``/usr/local``) that requires higher
98 permissions, you may need to run the last command with :command:`sudo`.
97 permissions, you may need to run the last command with :command:`sudo`.
99
98
100 Windows
101 -------
102
103 As mentioned above, terminal IPython requires the PyReadline library to properly support coloring and keyboard
104 management (features that the default windows console doesn't have). So on
105 Windows, the installation procedure is:
106
107 1. Install `pip <http://pypi.python.org/pypi/pip>`_, if you don't have it already.
108 2. Install IPython: ``pip install ipython``.
109
99
110
100
111 Installing the development version
101 Installing the development version
@@ -203,8 +193,8 b' installed):'
203 Other Python distributions on OS X (such as Anaconda, fink, MacPorts)
193 Other Python distributions on OS X (such as Anaconda, fink, MacPorts)
204 already have proper readline so you likely don't have to do this step.
194 already have proper readline so you likely don't have to do this step.
205
195
206 When IPython is installed with :mod:`pip`, (e.g. using the
196 When IPython is installed with :mod:`pip`,
207 ``pip`` command), the correct readline should be installed if you specify the `terminal`
197 the correct readline should be installed if you specify the `terminal`
208 optional dependencies:
198 optional dependencies:
209
199
210 .. code-block:: bash
200 .. code-block:: bash
@@ -299,7 +289,7 b' or manual:'
299
289
300 .. code-block:: bash
290 .. code-block:: bash
301
291
302 pip install pyzmq jinja2 tornado mistune jsonschema pygments terminado_
292 pip install pyzmq jinja2 tornado mistune jsonschema pygments terminado
303
293
304 The IPython notebook is a notebook-style web interface to IPython and can be
294 The IPython notebook is a notebook-style web interface to IPython and can be
305 started with the command ``ipython notebook``.
295 started with the command ``ipython notebook``.
@@ -327,8 +317,8 b' For unusual needs, IPython can tell you what directory it wants to find MathJax '
327
317
328 python -m IPython.external.mathjax -d /some/other/mathjax
318 python -m IPython.external.mathjax -d /some/other/mathjax
329
319
330 By default Mathjax will be installed in your ipython directory, but you
320 By default MathJax will be installed in your ipython directory, but you
331 can make system wide install, please refer to the documentation and helper function
321 can install MathJax system-wide. Please refer to the documentation
332 of :mod:`IPython.external.mathjax`
322 of :mod:`IPython.external.mathjax`
333
323
334 Browser Compatibility
324 Browser Compatibility
@@ -351,14 +341,7 b' The following browsers are unsupported:'
351 * Internet Explorer < 10
341 * Internet Explorer < 10
352 * Internet Explorer ≥ 10 (same as Opera)
342 * Internet Explorer ≥ 10 (same as Opera)
353
343
354 The following specific combinations are known **NOT** to work:
344 Using Safari with HTTPS and an untrusted certificate is known to not work (websockets will fail).
355
356 * Safari, IPython 0.12, tornado ≥ 2.2.0
357 * Safari with HTTPS connection to notebook and an untrusted certificate (websockets will fail)
358 * The `diigo Chrome extension <http://help.diigo.com/tools/chrome-extension>`_ seems to interfere with scrolling
359
360 There are some early reports that the Notebook works on Internet Explorer 10, but we
361 expect there will be some CSS issues related to the flexible box model.
362
345
363
346
364 Dependencies for nbconvert (converting notebooks to various formats)
347 Dependencies for nbconvert (converting notebooks to various formats)
General Comments 0
You need to be logged in to leave comments. Login now