Friday, April 3, 2015

Install IPython on a remote server


# Ubuntu 14.04
sudo apt-get install python-pip

sudo pip install "ipython[all]"

ipython noteboook --ip 0.0.0.0 --no-browser

# Access the IPython from the 8888 port of the remote server IP