GibbsConsulting / jupyter-plotly-dash

Jupyter notebook wrapper for plotly dash applications
GNU Affero General Public License v3.0
81 stars 12 forks source link

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

Open lauraln opened 5 years ago

lauraln commented 5 years ago

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!

GibbsConsulting commented 5 years ago

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

GibbsConsulting commented 4 years ago

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 commented 4 years ago

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