-
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
Version 0.8.6 #134
Merged
Version 0.8.6 #134
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
'language_info' section is not in the text metadata any more. Instead, the notebook language is infered from 'kernelspec.name'.
This allows to - keep the original Jupyter behavior: the opened file is the one the user did open - preserve the timestamp test. When saving, Jupyter will test all the timestamps of all formats of the paired notebook.
'language_info' section is not in the text metadata any more. Instead, the notebook language is infered from 'kernelspec.name'.
This allows to - keep the original Jupyter behavior: the opened file is the one the user did open - preserve the timestamp test. When saving, Jupyter will test all the timestamps of all formats of the paired notebook.
- badges moved to specialized sections - new section on per notebook and global configuration #124
… into FlorianWetschoreck-master
More emphasis on the difference between 'freeze_metadata' and notebook metadata filter #124
Codecov Report
@@ Coverage Diff @@
## master #134 +/- ##
==========================================
- Coverage 97.14% 96.66% -0.49%
==========================================
Files 52 52
Lines 3784 3954 +170
==========================================
+ Hits 3676 3822 +146
- Misses 108 132 +24
Continue to review full report at Codecov.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Improvements
language_info
section is not part of the default header any more. Language information is now taken from metadatakernelspec.language
. (Request: minified header #105).percent
format (convert notebooks to percent python scripts retain jupyter magic #126, Converting py:percent files to notebook files leaves %% uncommented #132). Version for thepercent
format increases from '1.1' to '1.2'. Set an optioncomment_magics
tofalse
either per notebook, or globally on Jupytext's contents manager, or onjupytext
's command line, if you prefer not to comment Jupyter magics.