/rttl-notebooks

Docker images for base RTTL notebooks

Primary LanguageJupyter Notebook

UW-IT JupyterHub for Teaching

Docker images for base JupyterLab environments used in UW-IT JupyterHub for Teaching service. General information about working with base images is here: https://jupyter-docker-stacks.readthedocs.io/en/latest/index.html

Images:

Running notebook locally

  • docker run -p 8888:8888 us-west1-docker.pkg.dev/uwit-mci-axdd/rttl-images/<image_name>:<image_tag>
  • Console output will include localhost url with access token. Add '/lab' to the end of the path portion for the JupyterLab interface, eg: http://127.0.0.1:8888/lab

Accessing server shell locally

  • docker run -it --entrypoint /bin/bash us-west1-docker.pkg.dev/uwit-mci-axdd/rttl-images/<image_name>:<image_tag>