Skip to content

Commit 0e52ce8

Browse files
authored
Merge pull request #733 from thewtex/jupyterlite-docs-updates
Jupyterlite docs updates
2 parents 4fecbf4 + 6989566 commit 0e52ce8

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/advanced.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,7 @@ bg_color = viewer.get_background_color()
2626
```python
2727
print(bg_color)
2828
```
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"outputs": [],
99
"source": [
1010
"import piplite\n",
11-
"await piplite.install('itkwidgets==1.0a46.dev18+g0bcf158.d20240111')"
11+
"await piplite.install('itkwidgets==1.0a47')"
1212
]
1313
},
1414
{

0 commit comments

Comments
 (0)