Exceptional GitLab maintenance is scheduled for June 24, 2025. The service will be unavailable between 8:00 am and 9:30 am. Please do not work on the platform until an announcement indicates that maintenance is complete.
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...)