You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are both/either of you using VSCode notebooks and experiencing this issue? My guess is yes...
If you are using VSCode notebooks to generate your chart, you'll need to manually specify the notebook renderer because the builtin Plotly.js for VSCode notebooks is too old. See: microsoft/vscode-notebook-renderers#199
Rather than validating the version of the Python package, can you check the version of Plotly.js in use by hovering over the Plotly icon in the modebar? Subtitles were added in v2.34.0, so this should be >=2.34.0.
Following this example from the docs, I'm not able to get a subtitle to render:
This code outputs:
I have validated that I have installed
plotly==5.23.0
.The text was updated successfully, but these errors were encountered: