Spaces:
Sleeping
Sleeping
File size: 314 Bytes
cd46d41 53edd39 cd46d41 53edd39 cd46d41 53edd39 |
1 2 3 4 5 6 7 8 9 10 |
{
"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 |