7 lines
224 B
JSON
7 lines
224 B
JSON
{
|
|
"terminal.integrated.env.windows": {
|
|
"PYTHONPATH": "${workspaceFolder};${env:PYTHONPATH}"
|
|
},
|
|
"jupyter.notebookFileRoot": "${fileDirname}",
|
|
"python.dataScience.notebookFileRoot": "${workspaceFolder}"
|
|
} |