To run jupyter notebooks from inside the docker image, you need to forward the necessary ports to the container, so that your native browser can connect to it at http://localhost:8888/:
```bash
docker run -p 8888:8888 -p 6006:6006 tiagopeixoto/graph-tool jupyter-notebook
docker run -p 8888:8888 -p 6006:6006 -u user -w /home/user tiagopeixoto/graph-tool jupyter-notebook--ip 0.0.0.0
```
(MacOS and Windows users still need to bind the above ports in the VM, as described [here](https://stackoverflow.com/questions/33636925/how-do-i-start-tensorflow-docker-jupyter-notebook))
## Modifying the docker image
If you are interested in modifying or extending the image, you can download the [Dockerfile](/uploads/caf47baea1a337cab16484e59a99615a/Dockerfile).
If you are interested in modifying or extending the image, you can download the [Dockerfile](/uploads/6f653264723c567aa98e3b7422d0eb95/Dockerfile).