Can I render the dash figure to Django HTML page?
And Can I replace the
of Django web with dash components?
Thanks
Thanks
Can I render the dash figure to Django HTML page?
And Can I replace the
@Wanyy take a look at django-plotly-dash - this may cover what you are looking for
@Wanyy I am successful in using django-plotly-dash by delsim in django framework. It’s really great.
I tried too, could you send your code structure to me?