Created
November 8, 2020 11:52
-
-
Save ozcanyarimdunya/f7aba8c69ae609488e36d019cdaff922 to your computer and use it in GitHub Desktop.
Run jupyter lab as docker service
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' | |
services: | |
jupyter: | |
image: 'jupyter/datascience-notebook:latest' | |
ports: | |
- '10000:8888' | |
volumes: | |
- jupyter_datascientist:/home/jovyan/work | |
container_name: jupyter | |
environment: | |
JUPYTER_ENABLE_LAB: 'yes' | |
volumes: | |
jupyter_datascientist: |
Author
ozcanyarimdunya
commented
Feb 18, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment