-
Notifications
You must be signed in to change notification settings - Fork 338
Closed
Labels
Milestone
Description
Refs #5321
Authors: @rebornix
Complexity: 2
We have been improving the image attachment support in Jupyter this month, to ensure that image attachment data can be added and cleaned up when the cell content updates. Please make sure you test:
- Initial setup
- Install prerelease Jupyter extension in Insiders
- Turn on two experiment settings
editor.experimental.pasteActions.enabled
,ipynb.experimental.pasteImages.enabled
- Open an ipynb notebook
- Take a screenshot, paste into a markdown cell
- Ctrl+Enter to turn the markdown cell into preview
- Please test
- The image is rendered properly
- Double click the markdown cell to continue editing the cell, then delete the attachment link from the markdown cell
- Save the document. Then right click on the editor title bar, run Reopen Editor With ... to open in a text editor, please make sure the image attachment data is not in the file.
- When you delete the attachment link in the cell, then undo, ctrl+enter to render the markdown cell again. Please make sure the image is rendered properly