Jupyterlab: Drag and drop files into file browser

Created on 30 Jun 2016  路  2Comments  路  Source: jupyterlab/jupyterlab

I think it would be really intuitive if we could drag and drop files into the file browser directly from your computer, I would try to hack this together and submit a PR but am not really too sure where to start (and I'm not sure if this was intentionally left out [security reasons?])

Thoughts?

help wanted filebrowser Blocked resolved-locked Design and UX Feature Parity Enhancement

Most helpful comment

We have an internal drag-drop system right now because browsers all implement the drag-drop spec differently (especially wrt the mime types supported), and we have not gotten around to adding support for external drag-drop.

All 2 comments

We have an internal drag-drop system right now because browsers all implement the drag-drop spec differently (especially wrt the mime types supported), and we have not gotten around to adding support for external drag-drop.

We have uploading as drag and drop in the current notebook - I use it often, so marking this as feature parity and 1.0.

Was this page helpful?
0 / 5 - 0 ratings