microsoft / vscode-jupyter

VS Code Jupyter extension
https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter
MIT License
1.29k stars 290 forks source link

Jupyter Notebooks don't display attachments images #16128

Open HAHAYAYAYA opened 2 days ago

HAHAYAYAYA commented 2 days ago

Applies To

What happened?

Using the notebook in VS Code, all the images are broken.

Using the standard Jupyter notebook UI in the web browser renders all images.

VS Code Version

Version: 1.94.2 (user setup) Commit: 384ff7382de624fb94dbaf6da11977bba1ecd427 Date: 2024-10-09T16:08:44.566Z Electron: 30.5.1 ElectronBuildId: 10262041 Chromium: 124.0.6367.243 Node.js: 20.16.0 V8: 12.4.254.20-electron.0 OS: Windows_NT x64 10.0.22631

Jupyter Extension Version

v2024.9.1

Jupyter logs

No response

Coding Language and Runtime Version

No response

Language Extension Version (if applicable)

No response

Anaconda Version (if applicable)

No response

Running Jupyter locally or remotely?

Local

HAHAYAYAYA commented 2 days ago

Image Image

amunger commented 2 days ago

How is the attachment being added? If you view the file as text, do you see that .png name listed as an attachment? from the yellow line, it looks like it doesn't exist. Can you share a notebook file that has this issue