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
Hello @choldgraf , thanks for your interest in Jupytext. Let me comment a bit more on Jupytext and sphinx-gallery:
Jupytext is a two way converter, with lots of efforts invested in testing the round trip conversion.
For the sphinx format, the parsing of cells is done by Jupytext itself, while the optional conversion from rST to md is done using sphinx-gallery.
My initial recommendations on how to use Jupytext with Sphinx galleries are here. As far as I know these recommendations have not been tested extensively by Sphinx users, so feedback is more than welcome!
Those who want to edit sphinx gallery scripts with Jupytext in Jupyter should set the freeze_metadata option to avoid creating the YAML header.
There's an interesting project called "jupytext" (https://github.com/mwouts/jupytext) that, as far as I can tell provides a lightweight "python to jupyter notebook" converter (they even already support sphinx gallery format).
Anybody have experience with the project before?
The text was updated successfully, but these errors were encountered: