-
Notifications
You must be signed in to change notification settings - Fork 79
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
Data menu broken in Imviz extra viewer on Lab #2581
Comments
Mario found a workaround and I confirmed that doing this before starting the notebook/lab server fixes my use case:
❗ The catch: ipypopout is disabled when this is used. Mario's comments as follows. I’ve narrowed the issue down to having 2 views in the notebook (which is the case with using sidecar in lab, but can also be achieved with have two cells with I can also reproduce it in classic notebook with two cells with Running Lab with it disabled, fixes the issue: (but then I think it should be fixed in |
After looking further into it, the echo issue is not the only problem. Having two views with a |
A fix would be to use This works also without a fix for the potential echo-issue. |
I see this on main currently so it was not caused by whatever the rotation PR is doing. Only see it on Lab. Works fine on Notebook in the same env. Using WSL2 (Debian/Ubuntu) on Windows 10/11, with Chrome browser (but @kecnry could reproduce it in OSX). cc @mariobuikhuizen
Workflow to reproduce:
imviz.show()
but do not run it yet. Right click on it and select "Create New View for Cell Output".imviz.show()
.imviz-1
misbehaves.imviz-0 is okay:
but imviz-1 is broken in Lab but not Notebook:
🐱
The text was updated successfully, but these errors were encountered: