-
Notifications
You must be signed in to change notification settings - Fork 84
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
Trait Error: The ‘children’ trait of a VBox instance ... itkwidgets 1.0a16 #556
Comments
@kevinsweeney84 thanks for the report. In version 1.X, we also work outside Jupyter. We are adding detection of the environment in #558 For Jupyter environments, we will:
|
Yes, making progress towards this. The other blocker is #568 , which is a bit tricky and hard to estimate a timeline. |
@thewtex I installed your commit from #558 using pip
but I am still seeing the same error:
Should this be fixed in this instance? |
@kevinsweeney84 not, yet but we are working on it. |
@thewtex This bug is affecting itk notebooks tutorials as well. |
Getting
TraitError: The 'children' trait of a VBox instance contains an Instance of a TypedTuple which expected a Widget, not the Viewer at '0x2aaab5d0ad00'.
when running the code below in Jupyter Lab
Below are my versions of packages.
When running with version 0.X of
itkwidgets
this error does not occurThe text was updated successfully, but these errors were encountered: