Skip to content
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

Jupytext related metadata should go to a jupytext section #91

Closed
mwouts opened this issue Oct 1, 2018 · 1 comment
Closed

Jupytext related metadata should go to a jupytext section #91

mwouts opened this issue Oct 1, 2018 · 1 comment

Comments

@mwouts
Copy link
Owner

mwouts commented Oct 1, 2018

Jupytext currently uses the following metadata:

  • jupytext_formats to configure the desired notebook representations
  • encoding and executable to represent encoding and executable information contained in scripts
  • jupytext_format_version, in text files, to store the format version for the given file.

Most jupyter extensions store their metadata in a dedicated entry in the jupyter notebook to avoid conflits with other extensions. We should do the same.

mwouts added a commit that referenced this issue Oct 3, 2018
Documented how to extend light and percent format #61
Scheme and C++ mentioned
Transition to jupytext section #91
Added a word on format_version
@mwouts mwouts mentioned this issue Oct 10, 2018
mwouts added a commit that referenced this issue Oct 10, 2018
Documented how to extend light and percent format #61
Scheme and C++ mentioned
Transition to jupytext section #91
Added a word on format_version
@mwouts
Copy link
Owner Author

mwouts commented Oct 10, 2018

Available in v0.8.0

@mwouts mwouts closed this as completed Oct 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant