Skip to content

Instantly share code, notes, and snippets.

@julianocanuto
Created May 11, 2025 03:01
Show Gist options
  • Save julianocanuto/7db284efb3bb3c8ba7183f71b9772eb2 to your computer and use it in GitHub Desktop.
Save julianocanuto/7db284efb3bb3c8ba7183f71b9772eb2 to your computer and use it in GitHub Desktop.
Create a Jupyter notebook env in a Docker container
services:
notebook:
image: jupyter/scipy-notebook:latest
ports:
- "8888:8888"
volumes:
- /c/workspace/project_name:/home/juliano/project
environment:
- JUPYTER_TOKEN=letmein
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment