- Source code - Github
- Author - Gavin Noronha - gnoronha@hotmail.com
This project provides a Ubuntu (14.04) Vagrant Virtual Machine (VM) with the TensorFlow library from Google and IPython (now know as Jupyter) notebooks.
Follow the Requirements section below for a one-time setup of Virtualbox, Vagrant and Git before running the commands below. These instructions should work on Windows, Mac and Linux operating systems.
-
Change to the tensorflow-ipy root directory
cd tensorflow-ipy -
Start the Virtual machine (VM)
vagrant up -
Login to the VM
vagrant ssh
First run section 1.
-
Change to the python directory
cd /vagrant/python -
Run the first program
python first-tensorflow.py
First run section 1.
-
Change to the notebooks directory
cd /vagrant/notebooks -
Run the IPython notebook server
./ipython-run.sh -
Open your browser to http://192.168.33.10:8888/ to view the notebooks
The following software is needed to get the software from github and run Vagrant. The Git environment also provides an SSH client for Windows.