jupyter / notebook

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

Unable to mouse drag & drop in jupyter notebook #5852

Open Polarbear1026 opened 3 years ago

Polarbear1026 commented 3 years ago

I'm using jupyter notebook and drag & drop works well

The problem is some of my colleagues installed jupyter this week and

they found mouse drag & drop didn't work at all. Only can use keyboard to copy or paste cells.

Is any programs to install to able drag & drop in jupyer notebook?

kevin-bates commented 3 years ago

I'm assuming you've compared versions already. You might also compare installed extensions: jupyter nbextension list.

However, I'm able to drag, say, a python file into a notebook cell using a basic notebook (6.1.4) with no extensions, but am unable to drap & drop cells around.

Unfortunately, I rarely use nbextensions, but perhaps others know how this kind of functionality can be enabled?

Polarbear1026 commented 3 years ago

My drag & drop means very simple thing. Just drag lines of python codes in the cell and copy & paste to other cell or drag codes in cell and delete it. (Maybe it is called to 'Text Selection'??)

I thought it is basic function but need some extension to do it?