We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4fecbf4 + 6989566 commit 0e52ce8Copy full SHA for 0e52ce8
docs/advanced.md
@@ -26,3 +26,7 @@ bg_color = viewer.get_background_color()
26
```python
27
print(bg_color)
28
```
29
+
30
+This has [not yet been applied in
31
+JupyterLite](https://github.com/InsightSoftwareConsortium/itkwidgets/issues/730)
32
+so getters are not yet well-behaved in JupyterLite.
docs/jupyterlite/files/Hello3DWorld.ipynb
@@ -8,7 +8,7 @@
8
"outputs": [],
9
"source": [
10
"import piplite\n",
11
- "await piplite.install('itkwidgets==1.0a46.dev18+g0bcf158.d20240111')"
+ "await piplite.install('itkwidgets==1.0a47')"
12
]
13
},
14
{
0 commit comments