jupyter-plotly-dash icon indicating copy to clipboard operation
jupyter-plotly-dash copied to clipboard

NotImplementedError: django-plotly-dash cannot handle multiple callback outputs at present

Open lauraln opened this issue 5 years ago • 3 comments

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!

lauraln avatar Jun 25 '19 15:06 lauraln

This is an open issue with the underlying django-plotly-dash library

GibbsConsulting avatar Jul 05 '19 04:07 GibbsConsulting

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?

GibbsConsulting avatar Nov 22 '19 13:11 GibbsConsulting

The LocalServing.ipynb notebook contains an example of multiple callback outputs

GibbsConsulting avatar Feb 03 '20 03:02 GibbsConsulting