Jupyter(IPython-note) Installation
Just a backup.
Install Jupyter
1pip3 install --user jupyter
In command-line:
1python -m IPython notebook
A new window will be pop up ( http://localhost:8889/tree)
In the top right corner you can new and upload new files, create terminal, etc.