Skip to content

Instantly share code, notes, and snippets.

@heltonmarx
Last active February 18, 2021 20:40
Show Gist options
  • Save heltonmarx/f9292044d31cfb3b46de2a80d25659a2 to your computer and use it in GitHub Desktop.
Save heltonmarx/f9292044d31cfb3b46de2a80d25659a2 to your computer and use it in GitHub Desktop.
version: '3'
services:
datascience-notebook:
image: jupyter/datascience-notebook
container_name: datascience-notebook-container
volumes:
- .:/home/jupyter/work
ports:
- 8888:8888
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment