GibbsConsulting / django-plotly-dash

Expose plotly dash apps as django tags
MIT License
540 stars 123 forks source link

equivalent of app.run_server(debug=True) to get the Dash Dev Tools #295

Open sdementen opened 3 years ago

sdementen commented 3 years ago

is it possible to see the dash devtools (https://dash.plotly.com/devtools) while using django-plotly-dash ? I could not find information re this on the doc or on the existing issues

GibbsConsulting commented 3 years ago

The devtools are not currently surfaced. It is not clear how easy (or hard) this is to do, but it would certainly be a good feature to have. Created #299 to track it.