Use `jupytext`-compatible markdown files instead of notebooks?
See original GitHub issueNotebooks don’t work well with versioning, but the markdown files produced by jupytext
do. I suggest we only version the markdown versions in the repository, and render the notebooks for the documentation.
Edit: We use MyST-nb to build documentation from notebooks, and it does support notebooks in jupytext format. It is just a matter of converting the notebooks and configure the build in CI.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (5 by maintainers)
Top Results From Across the Web
Frequently Asked Questions - Jupytext documentation
Pair the notebook to a script or a Markdown file using either the Jupytext Menu in Jupyter Notebook or the Jupytext Commands in...
Read more >Jupyter notebooks as Markdown documents or Python scripts
Jupytext is a Jupyter plugin that allows you to convert Jupyter notebooks to Markdown or Python script files and back again.
Read more >mwouts/jupytext: Jupyter Notebooks as Markdown ... - GitHub
Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts ... In the latest version of Jupytext, this extension is compatible with Jupyter...
Read more >Notebooks written entirely in Markdown - Jupyter Book
The easiest way to create a MyST notebook is to use Jupytext, a tool that allows for two-way conversion between .ipynb and a...
Read more >Marc Wouts - Jupytext: Jupyter Notebooks as Markdown ...
Outline Why Jupytext : going further than the .ipynb format Jupytext's approach: use Jupyter Notebooks, but store them as .py or .md files...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I haven’t actually started so feel free to pick it up. It’s best to start with one example and open a draft PR to set things up and for feedback.
Got it. Thank you!