question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Image stays broken when re-executing Markdown cell

See original GitHub issue

Applies To

  • Notebooks (.ipynb files)
  • Interactive Window and/or Cell Scripts (.py files with #%% markers)

What happened?

  1. Create a Markdown cell with an tag referring to a non-existing path, e.g. <img src="myimg.png">.
  2. Execute the cell. A “broken image” icon appears.
  3. Create the image at the specified path.
  4. 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

Issue Analytics

  • State:open
  • Created a year ago
  • Reactions:1
  • Comments:14 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
Eliiiacommented, Jun 15, 2022

@danilhendrasr absolutely, go ahead 😃

0reactions
yashdev9274commented, Aug 8, 2022

thank you @danilhendrasr for mentioning , are you working on any project currently which I can help to contribute My tech stack is MERN stack and ML , please let me know . I want to start my open source journey but I have no one to guide me , if you can guide me than I will be able to improve my developing skills with open source and can get a job

Read more comments on GitHub >

github_iconTop Results From Across the Web

python - Unable to display image file in Jupyter markdown cell ...
works fine in Jupyter browser, but in VS Code and pycharm with Python extension it does not render at all, only a blank...
Read more >
The Jupyter Notebook Interface - Problem Solving with Python
The text in a markdown cell is not executed. Markdown cells can be formatted with a few special characters. Markdown cells are run...
Read more >
Control the page layout - Jupyter Book
There are a few ways to control the layout of a page with Jupyter Book. Many of these ideas take inspiration from the...
Read more >
40 Reports with R Markdown | The Epidemiologist R Handbook
Because R Markdown can run into pandoc issues when running on a shared ... In the image above, because we clicked that our...
Read more >
Tips for Creating Slideshows in Jupyter | Mark Roepke
In order to add speaker notes to a slide, you should create a new markdown cell directly beneath the final cell that is...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found