Open lauraln opened 5 years ago
This is an open issue with the underlying django-plotly-dash library
This has now been addressed in django-plotly-dash
and so should now work if you update to the latest version.
@lauraln can you try pip install -U django-plotly-dash
and then retry?
The LocalServing.ipynb notebook contains an example of multiple callback outputs
Hello, I need use multiple callback outputs, but I get the error:
raise NotImplementedError("django-plotly-dash cannot handle multiple callback outputs at present") NotImplementedError: django-plotly-dash cannot handle multiple callback outputs at present
Can you help me? Thank you!