-
Notifications
You must be signed in to change notification settings - Fork 108
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
Add a shared clipboard #10
Conversation
👈 Launch a binder notebook on this branch for commit cda1899 |
it would be really nice to get this merged. |
Thanks @yuvipanda for pointing me here! Glad to see there's a start on this one - it's not absolutely critical, but will become a bigger and bigger annoyance the more we try to do "on the inside" of the hubs. I've resorted to using the hub's firefox a lot more precisely so I can move information around, since at least inside this does work fine... |
👈 Launch a binder notebook on this branch for commit 67a8425 |
Just tested this, and it seems to work :) We can work on the styling later! Thanks a lot, @manics! |
Many thanks! Has this been released? I was just about to freshen the stat159 image and it would be nice to have this finally solved :) |
@fperez not yet, but maybe there may be one tomorrow! #20 (comment) |
Awesome, thx! |
@fperez done! It has a different name though - https://pypi.org/project/jupyter-remote-desktop-proxy/ |
Awesome, thx!! I just updated the stat159 env, can I replace And if so, do you have a conda package for it yet, or should I go with pip for the time being? cc @shaneknapp @balajialg in case this update is useful for other hubs than 159. |
@fperez yep, just that change would do. It is a bit complex to package on conda, might be a while! So still gotta use pip |
Thx Yuvi, np! |
thanks @yuvipanda - just incorporated into dandihub. required the websockify piece from conda-forge as instructed in the readme. will be very helpful to folks. |
Adds a textarea that acts as a shared bi-directional clipboard. This is based on
vnc.html
: