gridstatus icon indicating copy to clipboard operation
gridstatus copied to clipboard

Make Plotly Graphs interactive in the documention

Open kmax12 opened this issue 3 years ago • 0 comments

Currently, the plotly graphs in documentation that are part of ipynb files are showing as SVGs. it should be possible to make them interactive.

Interactive graphs are working in index.md where code is defined in a code cell, but not in the example ipynb files

Example svg in our documentation that isn't working: https://docs.gridstatus.io/en/latest/Examples/caiso/DAM%20Heat%20Map.html

Here is an example of it working the documentation template that we use: https://myst-nb.readthedocs.io/en/v0.9.0/examples/interactive.html#plotly

kmax12 avatar Oct 28 '22 16:10 kmax12