jupyter / notebook

Jupyter Interactive Notebook
https://jupyter-notebook.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
11.52k stars 4.82k forks source link

Attachment was not pasted to the cell after copying #6068

Open biallenchanuow opened 3 years ago

biallenchanuow commented 3 years ago

Environment Jupyter Notebook version: 6.3.0 Conda version: 4.10.1 Python version: 3.7.10 Platform: Mac OS version 10.15.3 Browser Version: Google Chrome - Version 90.0.4430.212 (Official Build) (x86_64)

Description I encountered this issue when I uploaded an image onto a Markdown cell, created another Markdown cell, selected Edit->Copy Cell Attachments, then selected Edit->Paste Cell Attachments to the new Markdown cell. A line of text "Type Markdown and LaTeX: 𝛼2" showed up in the new cell. And after double-clicking on the cell, the cell type was changed back to "Code", but no attachments were pasted. I tried the same steps with a LaTex file and the same thing happened. Does anyone know if this related to the attachment handling module(s)?

https://user-images.githubusercontent.com/80367048/118934279-894d3d80-b98d-11eb-8003-b3f8baa64859.mov

jtpio commented 1 year ago

Thanks @biallenchanuow for reporting.

Tracking this in https://github.com/jupyterlab/jupyterlab/issues/14663 so it can then be consumed here in Notebook 7.