Spaces:
Sleeping
Sleeping
| { | |
| "image": "mcr.microsoft.com/devcontainers/python:3.11", | |
| "extensions": [ | |
| "GitHub.github-vscode-theme", | |
| "ms-toolsai.jupyter", | |
| "ms-python.python" | |
| ], | |
| "onCreateCommand": "bash .devcontainer/setup.sh" | |
| } | |
| // DevContainer Reference: https://code.visualstudio.com/docs/remote/devcontainerjson-reference |