https://github.com/wyrzykow/bhtom/blob/99ebbd348f0174db48e704817421b38ea2157025/myapp/templatetags/bhtom_tags.py#L1
The offline feature is for <=v3. v4 supports offline by default, the syntax is currently compatible but it is likely to be deprecated in future releases, see:
https://plotly.com/python/v4-migration/#offline-features-plotlyoffline-replaced-by-renderers-framework--html-export
We should start using and changing to plotly.graph_objects which is the recommended way.
https://github.com/wyrzykow/bhtom/blob/99ebbd348f0174db48e704817421b38ea2157025/myapp/templatetags/bhtom_tags.py#L1
The
offlinefeature is for <=v3. v4 supports offline by default, the syntax is currently compatible but it is likely to be deprecated in future releases, see:https://plotly.com/python/v4-migration/#offline-features-plotlyoffline-replaced-by-renderers-framework--html-export
We should start using and changing to
plotly.graph_objectswhich is the recommended way.