jsvine / notebookjs

Render Jupyter/IPython notebooks on the fly, in the browser. (Or on the command line, if you'd like.)
MIT License
274 stars 48 forks source link

Doesn't render an image from the `attachments` section #53

Open karnilaev opened 7 months ago

karnilaev commented 7 months ago

Hello,

The library doesn't render files with an image from the attachments section correctly. An example of the file: example.ipynb.zip

Here is how the Visual Studio Code renders the example: CleanShot 2024-02-22 at 18 16 26

And here is how the nbpreview renders the example: CleanShot 2024-02-22 at 18 21 28

jsvine commented 7 months ago

Thanks for flagging this, @karnilaev. I agree: notebookjs should handle these, given that they're in the official notebook spec. Do you or does anyone else in the community have interest/availability to contribute this feature?