Software stack for Probabilistic Programming Course
116
This Docker image the base image: jupyter/scipy-notebook. Details can be found here: https://jupyter-docker-stacks.readthedocs.io/en/latest/using/selecting.html
To download the docker image (assuming docker is installed), run the following command in the terminal window:
docker pull datajavelin/discnet:0.2
To run the docker image, move to the directory you want to attach to the image (i.e. where the notebooks that you want to run and save are) and run the following command:
docker run --rm -p 10000:8888 -v "$PWD":/home/jovyan/work datajavelin/discnet:0.2
where 10000 is the port on the local machine.
Notebook can then be found at http://localhost:10000/
Content type
Image
Digest
Size
2.2 GB
Last updated
about 6 years ago
docker pull datajavelin/discnet:0.2