Dynamics of Regional Climate Systems (DRCS) - Tools for data analysis
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

13 lines
521 B

{
"name": "nbdev_template-codespaces",
"dockerComposeFile": "docker-compose.yml",
"service": "watcher",
"settings": {"terminal.integrated.shell.linux": "/bin/bash"},
"mounts": [ "source=/var/run/docker.sock,target=/var/run/docker.sock,type=bind" ],
"forwardPorts": [4000, 8080],
"appPort": [4000, 8080],
"extensions": ["ms-python.python",
"ms-azuretools.vscode-docker"],
"runServices": ["notebook", "jekyll", "watcher"],
"postStartCommand": "pip install -e ."
}