-
Notifications
You must be signed in to change notification settings - Fork 386
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
passing all notebook metadata to py:percent #196
Comments
Hello @phaustin , well this should have worked. I briefly gave a try on another example, and it did not work neither. Apparently the |
Until then, do you want to set |
no hurry on my end, I'm fine with hand editing notebooks for this course for now, and I can always write a postprocessing hook |
@phaustin , the fix is available in version 1.0.3. Can you please confirm that it works as intended? Thanks. |
works for me, thanks, Phil |
I'm trying to pass top-level notebook metadata by setting the metadata filter to "all"
https://github.com/phaustin/jupytext_metadata_issue/blob/master/test_metadata_filter.py#L11
but the extra metadata is stripped and this assert fails:
https://github.com/phaustin/jupytext_metadata_issue/blob/master/test_metadata_filter.py#L31
Is the there a flag I'm missing?
thanks, Phil
The text was updated successfully, but these errors were encountered: