Use Jupytext notebooks
1 unresolved thread
1 unresolved thread
GitLab upgrade completed. Current version is 17.11.3.
The idea is to store notebooks as markdown files, so that under Git it's easier to understand the changes.
It's the very first time I'm using Jupytext, and I don't guarantee I did all correctly:
jupytext --to md
, and then removed the original ipynb files.jupytext-config
file to ensure the new Markdown files are directly interpreted as notebooks (I don't use the "pairing" possibility that keeps a ipynb file along the Markdown fileFeel free to tell me if it can be done in a better way!
A known limitation in current configuration is that with Binder the Markdown files are not loaded by default as notebooks (but with 'open with' it works...)