Jupyter Book and Jupytext #30
Unanswered
Tom-van-Woudenberg
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi @TeachBooks/tu-delft-staff, @TeachBooks/tu-delft-cs-tas , @TeachBooks/escience-center-rses ,
I'm experimenting a bit with Jupyter Book and Jupytext with a few goals:
I managed to get to this book: https://tom-van-woudenberg.github.io/test_jupytext/ with a few conclusions:
jupytext.toml
file and the commandjupytext --sync
you can manually sync ipynb and myst:md. It always takes the most up-to-date-version.pre-commit-config.yaml
(https://github.com/Tom-van-Woudenberg/test_jupytext/blob/main/.pre-commit-config.yaml) you enforce for every commit a sync. If file needs to be updated these are added before the commit can happen (with the--pre-commit-mode
)I think to make this work properly more work is needed on:
Any comments from the more-experienced-CSy-people here?
Beta Was this translation helpful? Give feedback.
All reactions