You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jupyter notebooks offer support for directly embedding images without creating a separate file. As I understand it, the image is embedded directly into the raw code for the notebook. It ends up showing up like this in the markdown:
I expect these images to be parsed like images that are included as seperate files but MyST doesn't seem to recognize or parse them as images. The sphinx output shows just the text "image.png" instead of the image.
Are there any setting needed to enable this or is this just unsupported at this time? Thank you!
Reproduce the bug
Create a jupyter notebook
Drag and drop in an image which should create an embedded attachment
Describe the bug
Jupyter notebooks offer support for directly embedding images without creating a separate file. As I understand it, the image is embedded directly into the raw code for the notebook. It ends up showing up like this in the markdown:
I expect these images to be parsed like images that are included as seperate files but MyST doesn't seem to recognize or parse them as images. The sphinx output shows just the text "image.png" instead of the image.
Are there any setting needed to enable this or is this just unsupported at this time? Thank you!
Reproduce the bug
List your environment
Python 3.10.12
Sphinx 8.1.3
sphinx-adc-theme 0.1.7
sphinxcontrib-applehelp 2.0.0
sphinxcontrib-devhelp 2.0.0
sphinxcontrib-htmlhelp 2.1.0
sphinxcontrib-jsmath 1.0.1
sphinxcontrib-qthelp 2.0.0
sphinxcontrib-serializinghtml 2.0.0
myst-nb 1.1.2
myst-parser 4.0.0
The text was updated successfully, but these errors were encountered: