Skip to content

cirocavani/tensorflow-jupyter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

92 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TensorFlow Jupyter

TensorFlow Development Environment with Jupyter.

Setup

Install Conda, Jupyter and TensorFlow.

./setup/install.sh

Run

Run Jupyter Notebook (web).

bin/jupyter-notebook

URL:

http://localhost:8888/

Extra

TensorFlow Build

Install a new kernel with a different TensorFlow Wheel package.

See in tensorflow-build how to build TensorFlow Wheel packages.

setup/install-tensorflow.sh \
    tensorflow-gpu \
    ../tensorflow-build/1.7/tensorflow_gpu-1.7.0-cp36-cp36m-linux_x86_64.whl

Spark Kernel

Install a new kernel with Spark.

setup/install-spark.sh