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
importplotly.ioaspio# format plotly for Quarto consumption:# https://github.com/quarto-dev/quarto-cli/issues/10263# although you won't be able to see the figures in colab anymore,# so after you download the IPYNB file, flip this back and re-run :-/EXPORT_TO_QUARTO=False# TrueifEXPORT_TO_QUARTO:
pio.renderers.default="colab+plotly_mimetype+notebook_connected"else:
pio.renderers.default="colab"
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: