Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 534 Bytes

File metadata and controls

24 lines (21 loc) · 534 Bytes

Hackathon

<! -- "configurations": [ { "name": "Python: Main", "type": "python", "args": ["2017", "False"], "request": "launch", "program": "${workspaceFolder}/main.py", "console": "integratedTerminal" }, { "name": "Python: UI", "type": "python", "args": ["2017", "True"], "request": "launch", "program": "${workspaceFolder}/gui/dash_gui.py", "console": "integratedTerminal" } ]

python3 -m pip install pandas dash

-->