Tag: jupyter notebook
January 4, 2018
/ Blog
How To Install iPython Jupyter Notebook On Ubuntu 16.04 Using Vagrant
https://www.digitalocean.com/community/tutorials/how-to-set-up-a-jupyter-notebook-to-run-ipython-on-ubuntu-16-04 First, in Vagrantfile make sure the forwarded ports reflect the code below (Jupyter notebook uses port 8888): config.vm.network “forwarded_port”,…