Skip to content

Instantly share code, notes, and snippets.

@prs-watch
Last active August 10, 2019 14:06
Show Gist options
  • Select an option

  • Save prs-watch/aa1b1a86213cbfbf80323e9de8c7b4db to your computer and use it in GitHub Desktop.

Select an option

Save prs-watch/aa1b1a86213cbfbf80323e9de8c7b4db to your computer and use it in GitHub Desktop.
# meta information
FROM jupyter/minimal-notebook
LABEL maintainer="prs-watch"
# setting command
RUN pip install -U jupyterlab==0.35.6
RUN jupyter labextension install jupyterlab_voyager
RUN jupyter labextension install @jupyterlab/plotly-extension
# at directory where this Dockerfile exists..
# $ docker build -t jupyterlab_with_voyager ./
# $ docker run --rm --name notebook -p 8888:8888 jupyterlab_with_voyager start.sh jupyter lab
# enjoy!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment