diff --git a/.vscode/settings.json b/.vscode/settings.json index 69f4056..ceea9a1 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,7 +3,9 @@ "--config", "setup.cfg" ], + "jupyter.notebookFileRoot": "${workspaceFolder}", "python.defaultInterpreterPath": "${workspaceRoot}/.venv/bin/python3", + "python.envFile": "${workspaceFolder}/.env", "python.terminal.activateEnvironment": true, "[python]": { "editor.defaultFormatter": "ms-python.black-formatter",