See #612 for the original issue that prompted this discussion.
To make sure that this never happens again, we should either:
- Extend the try / except around the construction of
graph_objs off of the downloaded plot-schema.json and use the cached version if it does not work
- Remove the auto-downloading
plot-schema.json on import and perform more frequent (weekly) releases of the python library in sync with the plotly.js version updates.
See #612 for the original issue that prompted this discussion.
To make sure that this never happens again, we should either:
graph_objsoff of the downloadedplot-schema.jsonand use the cached version if it does not workplot-schema.jsonon import and perform more frequent (weekly) releases of the python library in sync with the plotly.js version updates.