-
Notifications
You must be signed in to change notification settings - Fork 12
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
Opening a jp_proxy_widget in a separate JupyterLab window #12
Comments
Yes, I think this would be nice for any complex widget. Maybe suggest or ask about it with the ipywidgets implementors? |
Just revisiting JupyterLab again again (I can't really keep up with its version changes), and Just me or has JupyterLab updates broken things in JupyterLab context again? |
sorry. This was my fault. I merged a pull request too quickly without checking all the test cases. That should fix the problem. Please let me know if it doesn't or if you see other issues. Thanks! |
&^%$ I think I fixed it. I had to bump a version number in package.json. I wish they'd stop doing this.... it happens about once every 6 months.... Please verify that it fixes it for you too. I will leave the pull request commented for now (even though it is probably innocent). |
Seems to work fine now from a Binderised version of your repo, but not from sidecar Binder? And sidecar which I did have working in some Binderised environment somewhere today is now not working... I have wasted so much time going nowhere trying to do anything ever in JupyterLab ;-) I am going to park trying to get my widgets working in JupyterLab for another 3 months again, I think! JupyterLab seems to continue to be a really brittle dependency hell environment. And the install JupyterLab rebuilds still take forever.... I hate it, hate it, hate it!;-) |
I need to start revisiting this idea again (running a |
Just as a placeholder, I note that at some point in the past, I'm not sure what happened if you tried to open sidecar panels in separate notebooks in the same JupyterLab view, each rendering a |
It would be really useful to be able to open a
jp_proxy_widget
in a new JupyterLab output window. This would provide a simple mechanism for then creating JupyterLab apps running in their own window as simplejp_proxy_widget
wrapped Javascript applications.Related issue: jupyterlab/jupyterlab#3692
I had wondered in the past if `jupyterlab-sidecar' might offer an alternative route (or suggest some plumbing that would allow a widget to be opened directly in a new output window) but it appears to be a stale project?
The text was updated successfully, but these errors were encountered: