• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

IPython/H01-May-2020-64,16345,793

docs/H03-May-2022-18,16814,766

examples/H01-May-2020-23,07022,745

scripts/H03-May-2022-13990

setupext/H01-May-2020-8561

COPYING.rstH A D01-May-20203.3 KiB7557

PKG-INFOH A D01-May-20202.4 KiB6145

README.rstH A D01-May-20201.8 KiB5233

setup.pyH A D03-May-202210 KiB291166

setupbase.pyH A D01-May-202015.8 KiB470310

setupegg.pyH A D24-Dec-2019217 84

README.rst

1.. image:: https://codecov.io/github/ipython/ipython/coverage.svg?branch=master
2    :target: https://codecov.io/github/ipython/ipython?branch=master
3
4.. image:: https://img.shields.io/pypi/dm/IPython.svg
5    :target: https://pypi.python.org/pypi/ipython
6
7.. image:: https://img.shields.io/pypi/v/IPython.svg
8    :target: https://pypi.python.org/pypi/ipython
9
10.. image:: https://img.shields.io/travis/ipython/ipython.svg
11    :target: https://travis-ci.org/ipython/ipython
12
13
14===========================================
15 IPython: Productive Interactive Computing
16===========================================
17
18Overview
19========
20
21Welcome to IPython.  Our full documentation is available on `ipython.readthedocs.io
22<https://ipython.readthedocs.io/en/stable/>`_ and contain information on how to install, use
23contribute to the project.
24
25Officially, IPython requires Python version 2.7, or 3.3 and above.
26IPython 1.x is the last IPython version to support Python 2.6 and 3.2.
27
28The Notebook, Qt console and a number of other pieces are now parts of *Jupyter*.
29See the `Jupyter installation docs <http://jupyter.readthedocs.io/en/latest/install.html>`__
30if you want to use these.
31
32
33
34
35Developement and Instant runnimg
36================================
37
38You can find the latest version of the development documentation on `readthedocs
39<http://ipython.readthedocs.io/en/latest/>`_.
40
41You can run IPython from this directory without even installing it system-wide
42by typing at the terminal::
43
44   $ python -m IPython
45
46Or see the `developement installation docs
47<http://ipython.readthedocs.io/en/latest/install/install.html#installing-the-development-version>`_
48for the latest revision on read the docs.
49
50Documentation and installation instructions for older version of IPython can be
51found on the `IPython website <http://ipython.org/documentation.html>`_
52