You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the following setting into user settings "jupyter.experimental.dropCustomMetadata": true,
Reload VS Code
Steps
Create a notebook file
Add a cell and save it
Go into time time view and verify the property custom is no longer visible under the metadata section of the cell
Add a few more cells
Add an attachment to a MD cell and verify the properti attachment is displayed along withmetadata under the metadata section of the notebook cell in diff view
Test again with the above setting set to false or removed
This time verify the word custom exists in the diff view for cells.
The text was updated successfully, but these errors were encountered:
Flipping the setting means opening any previously saved notebook is updated.
I imagine that will be quite disruptive for people with version controlled notebooks if we're planning on rolling this out in an automated fashion.
Refs: microsoft/vscode#205637
Complexity: 2
Authors: @DonJayamanne
Create Issue
Setup
"jupyter.experimental.dropCustomMetadata": true,
Steps
custom
is no longer visible under themetadata
section of the cellattachment
is displayed along withmetadata
under the metadata section of the notebook cell in diff viewTest again with the above setting set to
false
or removedcustom
exists in the diff view for cells.The text was updated successfully, but these errors were encountered: