This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
IPython Installation | |
1. Install Git | |
1. sudo apt-get install git | |
2. Install IPython from GitHub server | |
1. git clone --recursive https://github.com/ipython/ipython.git (this clones the git repo into a directory called ‘ipython’ located in the directory you run the command from) | |
3. Run the IPython setup script | |
1. cd into the ‘ipython’ directory created in the previous step | |
2. sudo python setup.py install | |
4. Set up a self-signed certificate for SSL (still results in warning in the browser but allows for SSL) |