Created
October 3, 2020 03:08
-
-
Save rabelais88/3fdb043ed9d163329c5f381eab6f5a73 to your computer and use it in GitHub Desktop.
jupyter lab docker-compose
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
version: '3.8' | |
services: | |
jupyter-lab: | |
image: jupyter/datascience-notebook:9b06df75e445 | |
environment: | |
- JUPYTER_ENABLE_LAB=yes | |
volumes: | |
- ./notebooks:/home/jovyan | |
ports: | |
- 8888:8888 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment