diff --git a/.vscode/settings.json b/.vscode/settings.json index 2934e7e..ceea9a1 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,6 +3,7 @@ "--config", "setup.cfg" ], + "jupyter.notebookFileRoot": "${workspaceFolder}", "python.defaultInterpreterPath": "${workspaceRoot}/.venv/bin/python3", "python.envFile": "${workspaceFolder}/.env", "python.terminal.activateEnvironment": true,