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
According to the docs, the first generated image will be used as thumbnail. Is this true also for the Plotly scrapper?
Although the Plotly figures are interactive and are correctly embedded into Sphinx documentation, they don't show as thumbnail in the gallery. Here is my configuration:
from plotly.io._sg_scraper import plotly_sg_scraper
sphinx_gallery_conf = {
'examples_dirs': 'examples', # path to your example scripts
'gallery_dirs': 'auto_examples', # path to where to save gallery generated output
'image_scrapers': (plotly_sg_scraper,),
}
The text was updated successfully, but these errors were encountered:
According to the docs, the first generated image will be used as thumbnail. Is this true also for the Plotly scrapper?
Although the Plotly figures are interactive and are correctly embedded into Sphinx documentation, they don't show as thumbnail in the gallery. Here is my configuration:
The text was updated successfully, but these errors were encountered: