Skip to content
This repository has been archived by the owner on Jan 14, 2019. It is now read-only.
/ tensorflow-jupyter Public archive

installation tensorflow and jupyter on vagrant

License

Notifications You must be signed in to change notification settings

vazrupe/tensorflow-jupyter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tensorflow-jupyter

installation tensorflow and jupyter on vagrant (with python3)

Requirement

Usage

step 1: create vagrant guest machine

git clone https://github.com/vazrupe/tensorflow-jupyter.git
cd tensorflow-jupyter
vagrant up

step 2: enter jupyter page

enter localhost:9191 with your web browser

Installed on guest machine

Using Option

Change Token

step 1: Edit config/nbserver.conf

command=/usr/local/bin/jupyter notebook
        --no-browser
        --ip=0.0.0.0
        --port=8888
        --notebook-dir=/notebooks
        --NotebookApp.token="{YOUR_TOKEN}"

step 2: run vagrant provision

~/tenserflor-jupyter$ vagrant provision --provision-with copy-config

step 3: enter jupyter page localhost:9191/?token={YOUR_TOKEN}

tensorboard

step 1: save log ./boards or /notebooks/boards

sample_writer = tf.summary.FileWriter('./boards/sample')

...

sample_writer.add_summary(summary)

step 2: enter tensorboard page

localhost:9192

License

MIT

About

installation tensorflow and jupyter on vagrant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published