basic jupyter setup with docker compose
This commit is contained in:
parent
2beb9bcdf5
commit
8354dae4ef
|
@ -0,0 +1,7 @@
|
||||||
|
services:
|
||||||
|
jupyter-notebook:
|
||||||
|
image: quay.io/jupyter/base-notebook
|
||||||
|
ports:
|
||||||
|
- 8888:8888
|
||||||
|
volumes:
|
||||||
|
- ./work:/home/jovyan/work
|
Loading…
Reference in New Issue