Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drag cells from console to notebook #4847

Closed
vidartf opened this issue Jul 7, 2018 · 8 comments · Fixed by #5585
Closed

Drag cells from console to notebook #4847

vidartf opened this issue Jul 7, 2018 · 8 comments · Fixed by #5585
Labels
good first issue help wanted pkg:console status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Milestone

Comments

@vidartf
Copy link
Member

vidartf commented Jul 7, 2018

After playing around in the console trying to figure out how to do something correctly, it would be nice to be able to drag and drop the cells (at least the input) back into a notebook.

Similar to #3221.

@ian-r-rose
Copy link
Member

ian-r-rose commented Jul 10, 2018

I think this might be a good issue for an advanced new contributor. It would involve listening for drag events on the console cells, and when one starts, setting the jupyterlab cell mime data in the drag mimebundle. The notebook itself already has listeners for dropping the cells, so it could be done entirely on the console side, I think.

For reference, the reimplementing the notebook function _startDrag in the console would be a good place to start.

@blink1073 blink1073 added this to the Future milestone Sep 6, 2018
@sivakar12
Copy link

I'd like it give this a try. Is anyone already working on it?

@blink1073
Copy link
Member

Please do!

@askerry
Copy link
Member

askerry commented Oct 26, 2018

@sivakar12 are you actively working on this? was thinking I'd pick it up if you aren't.

@ellisonbg
Copy link
Contributor

ellisonbg commented Oct 26, 2018 via email

@sivakar12
Copy link

@askerry I'm not. You go ahead

@afshin afshin removed the DISC2018 label Oct 27, 2018
@bollwyvl
Copy link
Contributor

bollwyvl commented Oct 27, 2018 via email

@Madhu94
Copy link
Contributor

Madhu94 commented Nov 4, 2018

@askerry I'm sorry I didn't see this thread for some days and I got something working here-#5585. My mistake, I should have checked before I began work on this.

@lock lock bot added the status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion. label Aug 8, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Aug 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue help wanted pkg:console status:resolved-locked Closed issues are locked after 30 days inactivity. Please open a new issue for related discussion.
Projects
None yet
9 participants