Skip to content

Instantly share code, notes, and snippets.

@rabelais88
Created October 3, 2020 03:08
Show Gist options
  • Save rabelais88/3fdb043ed9d163329c5f381eab6f5a73 to your computer and use it in GitHub Desktop.
Save rabelais88/3fdb043ed9d163329c5f381eab6f5a73 to your computer and use it in GitHub Desktop.
jupyter lab docker-compose
version: '3.8'
services:
jupyter-lab:
image: jupyter/datascience-notebook:9b06df75e445
environment:
- JUPYTER_ENABLE_LAB=yes
volumes:
- ./notebooks:/home/jovyan
ports:
- 8888:8888
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment