Include pages generated from Jupyter notebooks. Essentially, to include in Sphinx `nbconvert` transform them in HTML, and the same works also here (plus some connectors). Resources: - blog post of someone that did it, ["Display Jupyter Notebook on Next.js"](https://yuku.takahashi.coffee/blog/2019/01/hello-ipynb) - the most relevant commit, https://github.com/yuku/yuku.github.io/commit/1c18e263dcc3ca54c0061ccda57b4bca8ba9f9fd for his website - the final React converter, [HTMLtoJSX](https://github.com/reactjs/react-magic) - the webpack loader, [ipynb-loader](https://github.com/n6g7/ipynb-loader)
Include pages generated from Jupyter notebooks.
Essentially, to include in Sphinx
nbconverttransform them in HTML, and the same works also here (plus some connectors).Resources: