##// END OF EJS Templates
Intercept <esc> avoid closing websocket on Firefox...
Intercept <esc> avoid closing websocket on Firefox Closes #1031; closes #1032 (rebased and fixed tiny typo)

File last commit:

r4459:bee5f8ab
r5389:a329ff02
Show More
README.rst
33 lines | 1.1 KiB | text/x-rst | RstLexer
Fernando Perez
Fix broken download URL for PyPI in setup call, minor readme updates.
r4459 ===========================================
IPython: Productive Interactive Computing
===========================================
fperez
Reorganized the directory for ipython/ to have its own dir, which is a bit...
r0
Brian E Granger
Cleaning up the IPython docs. I have removed old README files that were outdated and being maintained...
r1250 Overview
========
darren.dale
More testing Darren Dale user, test done still by fperez. Whitespace-only change.
r864
Fernando Perez
Fix broken download URL for PyPI in setup call, minor readme updates.
r4459 Welcome to IPython. Our full documentation, including PDF versions of our
manual, is available on `our website <http://ipython.org/documentation.html>`_;
if you downloaded a built source distribution the ``docs/html`` directory
contains an HTML version of the manual. The ``docs/source`` directory contains
the plaintext version of these manuals.
Brian Granger
Updated the main README.txt file to refect the 0.9 release.
r1719
Fernando Perez
Make it possible to run the tests from the source dir without installation....
r2481
Fernando Perez
Add a note about supported python versions to docs (and website)...
r2573 Dependencies and supported Python versions
==========================================
For full details, see the installation section of the manual. The basic parts
of IPython only need the Python standard library, but much of its more advanced
functionality requires extra packages.
Fernando Perez
Fix broken download URL for PyPI in setup call, minor readme updates.
r4459 Officially, IPython requires Python version 2.6 or 2.7. A separate repository
contains our Python 3 version, as explained `in our wiki
<http://wiki.ipython.org/Python_3>`_.
Fernando Perez
Add a note about supported python versions to docs (and website)...
r2573
Fernando Perez
Remove stale reference to iptest.py top-level script.
r2536 Instant running
===============
Fernando Perez
Make it possible to run the tests from the source dir without installation....
r2481
You can run IPython from this directory without even installing it system-wide
MinRK
README.txt -> README.rst
r3345 by typing at the terminal::
Fernando Perez
Make it possible to run the tests from the source dir without installation....
r2481
MinRK
README.txt -> README.rst
r3345 $ python ipython.py