-
Notifications
You must be signed in to change notification settings - Fork 391
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
Test jupytext against a large collection of notebooks #99
Comments
mwouts
added a commit
that referenced
this issue
Oct 14, 2018
mwouts
added a commit
that referenced
this issue
Oct 14, 2018
mwouts
added a commit
that referenced
this issue
Oct 14, 2018
Compare cell content up to blank lines, and restore markdown cell metadata from ipynb
mwouts
added a commit
that referenced
this issue
Oct 14, 2018
mwouts
added a commit
that referenced
this issue
Oct 14, 2018
That was an interesting exercise! On the way I encountered a YAML RepresenterError for one of the notebooks (fixed with f1285db). I also had to improve significantly the reporting on the round trip conversion. Now the results:
I also have documented Jupytext's definition of unchanged notebook for the round trip conversion, and the |
mwouts
added a commit
that referenced
this issue
Oct 14, 2018
Merged
mwouts
added a commit
that referenced
this issue
Oct 14, 2018
mwouts
added a commit
that referenced
this issue
Oct 14, 2018
mwouts
added a commit
that referenced
this issue
Oct 14, 2018
Compare cell content up to blank lines, and restore markdown cell metadata from ipynb
mwouts
added a commit
that referenced
this issue
Oct 14, 2018
mwouts
added a commit
that referenced
this issue
Oct 14, 2018
mwouts
added a commit
that referenced
this issue
Oct 14, 2018
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It would be great to test
jupytext
's round trip conversion on a large collection of notebooks. Take for instance Jake Vanderplas' Python for Data Science Handbook.The text was updated successfully, but these errors were encountered: