-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrading jupytext support #236
Comments
Thanks for opening your first issue here! Engagement like this is essential for open source projects! 🤗 |
Yeh this is a known issue that I am about to fix today mwouts/jupytext#591 |
The current "fix" is to use an earlier version of jupytext |
fair enough have you got a sense about when all this will make it on otherwise, are you positive it's jupytext that needs to have its version pinned down ? my experiment was only about the version of thanks for the prompt answer ! |
Well yeh you need to have myst-parser 0.8. (There is a warning about this in https://myst-nb.readthedocs.io/en/latest/examples/custom-formats.html#using-jupytext) |
A release candidate is now available here: pip install jupytext==1.6.0rc0 😀 |
much appreciated ! please let us know when it makes it to release 👍 |
Hi; I just rebuilt my docker images and am facing a regression:
with most recent release
going back to 0.11
the sample notebook can be found here
https://raw.githubusercontent.com/ue12/python-numerique/8c3d0afed6d449f88111184401b9505e05c05327/notebooks/1-99-quiz-python.md
this has rather devastating consequences to me, as my students can no longer see the material as notebooks but as a botched md instead; please let me know what is happening here; looks like something on your end, is that correct ?
The text was updated successfully, but these errors were encountered: