-
Notifications
You must be signed in to change notification settings - Fork 233
Incompatibility with Dash v2.1.0 #75
Comments
I wrote the PR linked above - the issue seems to stem from how this package's
I don't use this package nor am I familiar with its internals, someone familiar with this repo should make the change. |
Current incompatibility with jupyter-dash & django-plotly-dash plotly/jupyter-dash#75 GibbsConsulting/django-plotly-dash#354
Facing the same problem here, looking forward to this getting resolved! |
+1 on this |
1 similar comment
+1 on this |
Ha, We're working on a fix for this - just need to figure out whether it's better to continue working around the lock here, or if the fact that this is safe for In the meantime, add this before your del app.config._read_only["requests_pathname_prefix"] |
Fixed in v0.4.1 |
Quick-Fix on User-Level
If you are a user and looking for a quick fix do this:
Cause
I spent the past 30 minutes diving through the source code of both projects and I would assume it has to do with:
plotly/dash#1876
Problem
Running the following lines always leads to the
AttributeError
below:The text was updated successfully, but these errors were encountered: