File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 13
13
" ms-toolsai.jupyter"
14
14
]
15
15
}
16
- }
16
+ },
17
+
18
+ "postCreateCommand" : " uv sync"
17
19
}
Original file line number Diff line number Diff line change 2
2
3
3
Python project setup using a [ Devcontainer] ( https://containers.dev ) and [ uv] ( https://github.com/astral-sh/uv ) .
4
4
5
- Features:
5
+ ## Features
6
6
7
7
- [x] [ Devcontainer] ( https://github.com/devcontainers/images/tree/main/src/python ) running Python 3.13
8
8
- [x] [ uv] ( https://github.com/astral-sh/uv ) for dependency management and virtual environment management
@@ -25,9 +25,11 @@ Features:
25
25
26
26
Alternatively, enter <kbd >Ctrl+Shift+P</kbd > and select ** Dev Containers: Reopen in Container** .
27
27
28
+ Upon opening the container dependencies will installed. Wait a bit for all dependencies to install.
29
+
28
30
3 . ** Enjoy 🫶**
29
31
30
- Enjoy a fully configured Python development environment with uv!
32
+ You now have a fully configured Python development environment with uv!
31
33
32
34
![ alt text] ( < docs/Screenshot 2025-04-23 at 17.29.45.png > )
33
35
You can’t perform that action at this time.
0 commit comments