Jupyter Docker image
You can use Docker instead of installing all software on your laptop:
- Run the Jupyter TensorFlow notebook and attach the notebooks directory by running the following command in a terminal:
docker run --rm -p 8888:8888 -v [put your local notebooks path here]:/home/jovyan jupyter/tensorflow-notebook
- Copy the URL you see in the terminal (http://127.0.0.1:8888/?token=…) and paste it in a web browser
- Now you are ready to start hacking!
Other kernels
There are other kernels you can use when needed:
R:
docker run --rm -p 8888:8888 -v [put your local notebooks path here]:/home/jovyan jupyter/R-notebook
Jupyter Notebook with R support.
Java:
docker run --rm -p 8888:8888 -v [put your local notebooks path here]:/home/jovyan jbindinga/java-notebook
Jupyter Notebook with Java support.
Jupyter extended:
docker run --rm -p 8888:8888 -v [put your local notebooks path here]:/home/jovyan jhagelback/jupyter-ext
Extended Jupyter Tensorflow notebook (available at Docker Hub) with some additional packages:
- XGBoost, OpenCV, mtcnn, gensim, pyod, import-ipynb