Replies: 3 comments 5 replies
-
@edoelas , why not just use nbconvert? |
Beta Was this translation helpful? Give feedback.
1 reply
-
I believe you can do this with the Jupyter Book cli: https://jupyterbook.org/en/stable/structure/toc.html#build-an-article-from-a-single-file |
Beta Was this translation helpful? Give feedback.
3 replies
-
I think you want to try this: https://myst-parser.readthedocs.io/en/latest/docutils.html Have not tested it myself. |
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.
-
I would like to know if it is possible to export a single notebook to HTML in a similar way to the command
jupyter nbconvert
. I don't want css or any other fancy stuff (except for the cell outputs if it is needed), just plain, static HTML.Beta Was this translation helpful? Give feedback.
All reactions