Skip to content

Instantly share code, notes, and snippets.

@Addono
Created February 8, 2021 17:39
Show Gist options
  • Save Addono/c5417d51249bea6336bba4b5c25d6638 to your computer and use it in GitHub Desktop.
Save Addono/c5417d51249bea6336bba4b5c25d6638 to your computer and use it in GitHub Desktop.
Docker Compose file for local Jupter notebook development
version: "3.1"
services:
jupyter:
image: jupyter/scipy-notebook
volumes:
- ./:/home/jovyan
ports:
- 8888:8888
environment:
JUPYTER_ENABLE_LAB: "yes"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment