1
2
3
4
5
6
7
8
9
10
11
12
13
| {
|
| "python.poetryPath": "${workspaceFolder}/.env/python.exe",
| "jupyter.kernels.filter": [
| {
| "type": "jupyterKernelspec",
| "path": "${workspaceFolder}/.env/python.exe"
| }
| ],
| "python.envFile": "",
| "python.terminal.activateEnvironment": true,
| "python.defaultInterpreterPath": "${workspaceFolder}/.env/python.exe"
| }
|
|