dash and training wip

This commit is contained in:
Dobromir Popov
2025-09-02 15:30:05 +03:00
parent 443e8e746f
commit 1b54438082
14 changed files with 270 additions and 197 deletions

4
.vscode/launch.json vendored
View File

@@ -47,6 +47,9 @@
"env": {
"PYTHONUNBUFFERED": "1",
"ENABLE_REALTIME_CHARTS": "1"
},
"linux": {
"python": "${workspaceFolder}/venv/bin/python"
}
},
{
@@ -156,6 +159,7 @@
"type": "python",
"request": "launch",
"program": "run_clean_dashboard.py",
"python": "${workspaceFolder}/venv/bin/python",
"console": "integratedTerminal",
"justMyCode": false,
"env": {