Replies: 1 comment
-
We don't maintain said transformer so please open an issue here: https://github.com/gatsby-contrib/gatsby-transformer-ipynb (or otherwise reach out to the author) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi folks! 👋
I am trying to render a Jupyter notebook which contains plotly graphs on our Gatsby built website, but running into some issues. The notebook is being rendered, however the plotly graphs are missing. Would be great to know if there are any known workarounds or if anyone has faced a similar issue before?
Description
Unable to render plotly graphs within a Jupyter notebook onto Gatsby built website
Steps to reproduce
gatsby develop
Expected result
Gatsby should render the jupyter notebook with the graphs displayed
Actual result
Graphs not being rendered:
Actual notebook:

(Our website repo: https://github.com/operate-first/operate-first.github.io)
Beta Was this translation helpful? Give feedback.
All reactions