-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Remove custom
entry from Jupyter Notebook & Cell Metadata
#205637
Comments
@rebornix /cc |
custom
entry from Jupyter Notebook Cell Metadatacustom
entry from Jupyter Notebook Cell Metadata
@davidanthoff Should be easy enough to create a single function that returns the metadata and use that everywhere. How does that sound? |
Looking at the code in Polyglot Notebooks (Interactive) |
custom
entry from Jupyter Notebook Cell Metadatacustom
entry from Jupyter Notebook & Cell Metadata
@DonJayamanne that definitely works! |
Closing as done. |
This is an unnecessary layer
Everywhere in code we need to look at
custom
, when there's no such thing in Jupyter (specification) metdata.This is a carry over from the old VS Code notebook Notebook format.
All metadata had to be stored under
custom
and this was never migrated whencustom
in core was removed.This shows up in SCM view as well
I.e. when using the diff view, the
custom
node is displayed, and this is wrong, as there's no such thing in the spec.Removing this will:
Tasks
The text was updated successfully, but these errors were encountered: