add env set up files

This commit is contained in:
ali-rivera 2025-08-07 16:32:04 +00:00
parent 70d305f373
commit 71581da2c1
3 changed files with 79 additions and 0 deletions

11
.vscode/extensions.json vendored Normal file
View file

@ -0,0 +1,11 @@
{
"recommendations": ["ms-toolsai.jupyter",
"ms-toolsai.vscode-jupyter-cell-tags",
"ms-toolsai.jupyter-keymap",
"ms-toolsai.jupyter-renderers",
"ms-python.vscode-pylance",
"ms-python.python",
"ms-python.debugpy",
"ms-python.vscode-python-envs"
]
}