We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We should probably explicitly show the conf.py extract:
import plotly.io as pio from plotly.io._sg_scraper import plotly_sg_scraper # Sphinx gallery configuration pio.renderers.default = "sphinx_gallery_png" # "sphinx_gallery" sphinx_gallery_conf = { ... "image_scrapers": ('matplotlib', plotly_sg_scraper), }
and we should advise to install kaleido instead of orca as written in https://plotly.com/python/static-image-export/
kaleido
orca
Finally, the image to show as a thumbail should be displayed using show
show
from plotly.io import show fig = ... show(fig)
The text was updated successfully, but these errors were encountered:
fix thumbnail missing for plotly outputs
173ba07
See smarie/mkdocs-gallery#49 (comment)
No branches or pull requests
We should probably explicitly show the conf.py extract:
and we should advise to install
kaleido
instead oforca
as written in https://plotly.com/python/static-image-export/Finally, the image to show as a thumbail should be displayed using
show
The text was updated successfully, but these errors were encountered: