The Goal is to create with vscode devcontainer an universal workspace for datascience.
- basic_config : config with uv and other cli tools (~2.6GB)
- analyst_devcontainer : with mounted directory and UV manager and Marimo (~2.6GB)
- cuda_devcontainer : with mounted directory, cuda config, UV and Marimo (~5.6GB)
- terminal cli :
git clone https://github.com/qwarksky/vscodespace.git - Choose your config and inside run :
code . - vscode =>
[Ctrl]+[Shift]+P: panel to run commande - vscode => Search :
Dev Containers: Rebuild and Reopen in Container
- devcontainers :
- UV :
- Marimo notebook :
- listing vscode extensions :
code --list-extensions - listing installed extensions :
code --list-extensions | % { "$_" }