Skip to content

UBC-DSCI/jupyterlab

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jupyter Lab Docker container image

Simple single-user container image for:

  • Jupyter Lab (including JupyterLab Git UI)
  • Minconda Python distribution (including Conda)
  • R and IRkernel

Quickstart usage:

docker run --rm -v $(pwd):/opt/notebooks -p 8888:8888 ubcdsci/jupyterlab

Documentation

This image is built off of the continuumio/miniconda3 image (Dockerfile).

The Jupyter Lab working directory is set to /opt/notebooks, so volumes should be mounted there to be accessible via the container's Jupyter Lab.

The port exposed is 8888. When the container is run, users need to copy the URL that looks like http://127.0.0.1:8888/lab?token=d9704724bf0267d3d9262698ffbb88123633f8c8f4b1a305 into their web browser to access Jupyter Lab.