Skip to content

Conversation

@jonsequitur
Copy link
Contributor

@jonsequitur jonsequitur commented Mar 21, 2023

This fixes #2853 by stripping cell metadata for Markdown cells.

image

@jonsequitur jonsequitur requested review from brettfo and colombod March 21, 2023 22:48
const updatedCellMetadata = { ...cell.metadata };
delete updatedCellMetadata.custom.metadata.dotnet_interactive;
delete updatedCellMetadata.custom.metadata.polyglot_notebook;
delete updatedCellMetadata.custom.metadata.brett;
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deleting this...

@jonsequitur jonsequitur enabled auto-merge (rebase) March 21, 2023 22:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

#!import is broken by Markdown cells in imported .ipynb files

2 participants