4440 Forks
15861 Stars
15861 Watchers

ipython

Official repository for IPython itself. Other repos in the IPython organization contain things like the website, documentation builds, etc.

How to download and setup ipython

Open terminal and run command
git clone https://github.com/ipython/ipython.git
git clone is used to create a copy or clone of ipython repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with ipython https://github.com/ipython/ipython/archive/master.zip

Or simply clone ipython with SSH
[email protected]:ipython/ipython.git

If you have some problems with ipython

You may open issue on ipython support forum (system) here: https://github.com/ipython/ipython/issues