Open
Description
Applies To
- Notebooks (.ipynb files)
- Interactive Window and/or Cell Scripts (.py files with #%% markers)
What happened?
- Create a Markdown cell with an
tag referring to a non-existing path, e.g.
<img src="myimg.png">
. - Execute the cell. A "broken image" icon appears.
- Create the image at the specified path.
- Click the cell to edit. Re-execute it (without making any changes).
Expected result: the image is now shown.
Actual result: still shows a broken image icon. (The image is only shown after making a change to the cell itself.)
VS Code Version
1.67.2
Jupyter Extension Version
v2022.4.1021342353
Jupyter logs
No response
Coding Language and Runtime Version
Markdown
Language Extension Version (if applicable)
No response
Anaconda Version (if applicable)
No response
Running Jupyter locally or remotely?
Local