Can't view/edit Python Dash code in VisualStudio Code
Taylor
Registered Posts: 15 ✭✭✭✭
Hi all,
Is anyone else having trouble viewing a Python Dash web app from VSCode using the Dataiku DSS plugin? To be clear, we can see the app itself in the side-bar menu, but we can't view or edit the code for the app.
Versions:
- DSS version 9.0.3
- VSCode 1.57.1
- Dataiku DSS (dataiku.dataiku-dss) vscode plugin version 1.2.0
We're able to see and edit R Shiny code from VSCode, but not Dash. Any guidance would be much appreciated! Thank you!
Answers
-
Alexandru Dataiker, Dataiku DSS Core Designer, Dataiku DSS ML Practitioner, Dataiku DSS Adv Designer, Registered Posts: 1,226 Dataiker
Hi Taylor,
Dash Web App support was not yet added to the vscode extension. We have added this to our backlog.
For the time being, you can find the webapp files under the DATADIR/config/projects/PROJECTID/WEBAPP_ID/backend.py
Thanks,
Alex
-
Has this issue been resolved?