Skip to content

Instantly share code, notes, and snippets.

@a-poor
Created September 21, 2020 15:55
Show Gist options
  • Save a-poor/5a12e7e01829cc177cc11197b1f8fd8a to your computer and use it in GitHub Desktop.
Save a-poor/5a12e7e01829cc177cc11197b1f8fd8a to your computer and use it in GitHub Desktop.
version: "3.8"
services:
jupyter:
image: jupyter/datascience-notebook
ports:
- "8888:8888"
environment:
- JUPYTER_ENABLE_LAB=yes
volumes:
- .:/home/jovyan/work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment