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

Floating Display Widget #17

Open
psychemedia opened this issue May 16, 2019 · 3 comments
Open

Floating Display Widget #17

psychemedia opened this issue May 16, 2019 · 3 comments

Comments

@psychemedia
Copy link

At the moment, the display canvas seems to be anchored as the output of the code cell that creates it.

It would be useful if the canvas could float / be dragged around the notebook so that as a script is built up over several cells, each step can be inspected in turn without having to try to scroll back to the display canvas to see what's happening.

There is an example of a floating canvas in this (old) notebook turtle repo: https://github.com/gkvoelkl/ipython-turtle-widget

@choldgraf
Copy link
Collaborator

I think this could be made fairly straightforward if JupyterLab were supported (if I recall, you can use a single window for the outputs of cells)

@psychemedia
Copy link
Author

@choldgraf Yes, it struck me that if it worked in JupyterLab at all, then the canvas should be tear offable into its own window? But in a notebook UI, a floating panel would be easier. (I suspect that notebooks are far friendlier a UI than JupyterLab for novices, who are the likely target for turtle...)

@choldgraf
Copy link
Collaborator

@psychemedia for sure - we still use notebooks for teaching for the same reason...I'm hoping that Yuvi's simplest notebook setup could help with this https://github.com/yuvipanda/simplest-notebook

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants