mirror of
https://github.com/wassname/jupyter_contrib_nbextensions.git
synced 2026-08-12 12:10:24 +08:00
Add note about native drag&drop support
This commit is contained in:
@@ -1,12 +1,20 @@
|
||||
Drag and Drop
|
||||
=============
|
||||
|
||||
This IPython notebook extension allows dragging&dropping images from the desktop or other programs into a notebook. A new markdown cell is created below the currently selected cell and the image is embedded.
|
||||
This Jupyter notebook extension allows dragging&dropping images
|
||||
from the desktop or other programs into a notebook. A new markdown
|
||||
cell is created below the currently selected cell and the image
|
||||
is embedded. The image itself is uploaded to the notebook server.
|
||||
|
||||
The notebook has been tested with Firefox and Chrome.
|
||||
|
||||
A demo video showing drag&drop of images is here:
|
||||
[youtu.be/buAL1bTZ73c](http://youtu.be/buAL1bTZ73c)
|
||||
|
||||
**Note**: Jupyter notebook version 5.0 and higher supports direct
|
||||
drag&drop of an image into a markdown cell. The images is stored
|
||||
as attachment in the notebook .ipynb document.
|
||||
|
||||
|
||||
Configuration
|
||||
-------------
|
||||
|
||||
Reference in New Issue
Block a user