GibbsConsulting / jupyter-plotly-dash

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

Hanging in loading... #32

Closed Liwellyen closed 5 years ago

Liwellyen commented 5 years ago

grafik

I tried to run the example code but there is just the loading print and nothing happens. On windows, firefox, python3.6

GibbsConsulting commented 5 years ago

Is this with v0.39.0 of Dash? The underlying django-plotly-dash library has an issue to address the breaking changes that this version of Dash introduces. Until this is addressed, a workaround is to require v0.38.0 or earlier of Dash.

GibbsConsulting commented 5 years ago

A new version of django-plotly-dash has been released. @Liwellyen are you in a position to try using this version?

GibbsConsulting commented 5 years ago

PR #35 has been pulled into master, and released as v0.2.1 This issue should now be resolved; if not then either reopen this issue or create a new one.