Skip to content

Unable to view image attachments in Markdown cells #5774

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
DonJayamanne opened this issue May 5, 2021 · 4 comments
Closed

Unable to view image attachments in Markdown cells #5774

DonJayamanne opened this issue May 5, 2021 · 4 comments
Assignees
Labels
bug Issue identified by VS Code Team member as probable bug

Comments

@DonJayamanne
Copy link
Contributor

In Classic Jupyter one can insert images into markdown cells. The images are stored as base64 encoded metadata in the corresponding notebook cell.

The value in the markdown is as follows:
![Screen%20Shot%202021-05-04%20at%2016.23.48.png](attachment:Screen%20Shot%202021-05-04%20at%2016.23.48.png)

Note the attachment:Screen% above

We don't display these images today.
The menu option is Edit->Insert Image (applies to markdown cells).

This way images are stored in the notebook (self contained, just like output).

@DonJayamanne
Copy link
Contributor Author

@gattila
Copy link

gattila commented Oct 19, 2021

Yes, unfortunately it is still a bug. I am unable to add embedded image to the markdown and also unable to see the existing ones.
It makes the notebook functionality totally unuseable for me.

@DonJayamanne
Copy link
Contributor Author

@gattila Please upvote the issue microsoft/vscode#119961

@amunger
Copy link
Contributor

amunger commented Aug 15, 2022

implemented in previous release microsoft/vscode#155777

@amunger amunger closed this as completed Aug 15, 2022
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 16, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Issue identified by VS Code Team member as probable bug
Projects
None yet
Development

No branches or pull requests

4 participants