Skip to content

Simple Vagrant box for running Jupyter notebooks with Python 3

License

Notifications You must be signed in to change notification settings

antonpirker/jupyter-vagrant-box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jupyter-vagrant-box

This is a simple Vagrant virtual machine. It contains a setup for running Jupyter notebook with Python 3. The setup includes the Anaconda Python distribution which means a lot of data science packages like NumPy, pandas, matplotlib, Bokeh and many more are readily included in the setup.

Prerequisites

You need the following installed on your computer:

Usage

  • Copy Vagrantfile and the scripts folder to the directory where your data science projects lives.
  • Run the shell command vagrant up in the folder you copied the files to.
  • Wait until the virtual machine is setup and ready. (nevermind the red colored output)
  • Point your browser to http://localhost:8000
  • Optional: If you need to install additional Python packages (or do something similar) you can log into the virtual machine by calling vagrant ssh.

That's it. I hope this is useful for some people. Have fun!

Thank's

Thank's to Florian Demmer for helping with the Vagrant provisioning.

Todo

  • Install Tensorflow by default
  • Install theano by default

About

Simple Vagrant box for running Jupyter notebooks with Python 3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages