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.9' | |
services: | |
jupyter: | |
environment: | |
JUPYTER_ENABLE_LAB: yes | |
CHOWN_HOME: yes # Next three env vars are needed to fix permission issues on WSL | |
CHOWN_HOME_OPTS: '-R' | |
JUPYTER_ALLOW_INSECURE_WRITES: true | |
image: jupyter/scipy-notebook | |
container_name: scipy-lab |