Replies: 1 comment 1 reply
-
|
The docs include is not really a way to support another extension. Doing what you want probably requires to fork/patch our docs plugin atm, I'm not sure it's possible/easy to do in userland. You could try adding real MDX files to the docs folder, that would import the ipynb files? The limitation is that your ipynb headings would not appear in the table of contents |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Hey all!
I'd love to be able to convert
.ipynbfiles (Jupyter Notebook) to.mdxfiles within mydocsdirectory. I was hoping I could do something as simple as including the ipynb files and setting up a webpack loader for them.Include
.ipynbfiles indocs✅Create a webpack loader and allow mdx-loader to do the rest 🫤
This at least gets me up to this runtime error:
I guess the question is... How can I get to simply loading a file that gets converted to a raw mdx string and allows the currently configured mdx setup to render it?
Beta Was this translation helpful? Give feedback.
All reactions