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
I guess this plugin is broken. Plugin fails to produce html from json. Problematic lines are here:
// render statically html with @nteract/notebook-render elementconstreactComponent=React.createElement(NotebookRender,{notebook: jupyterNode.json,},null)jupyterNode.html=ReactDOMServer.renderToStaticMarkup(reactComponent)
Any hope to get Jupyter notebooks rendered in Gatsby.js?
The text was updated successfully, but these errors were encountered:
I guess this plugin is broken. Plugin fails to produce html from json. Problematic lines are here:
Any hope to get Jupyter notebooks rendered in Gatsby.js?
The text was updated successfully, but these errors were encountered: