From 477bca653ca7f4d045a75691729ac2fd01e7bfcb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ju=CC=88rgen=20Hasch?= Date: Thu, 24 Aug 2017 09:22:24 +0200 Subject: [PATCH] Add note about native drag&drop support --- .../nbextensions/dragdrop/readme.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/jupyter_contrib_nbextensions/nbextensions/dragdrop/readme.md b/src/jupyter_contrib_nbextensions/nbextensions/dragdrop/readme.md index 47f1ecf..9ee906e 100644 --- a/src/jupyter_contrib_nbextensions/nbextensions/dragdrop/readme.md +++ b/src/jupyter_contrib_nbextensions/nbextensions/dragdrop/readme.md @@ -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 -------------