File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 7
7
To install the widgets for the Jupyter Notebook with pip:
8
8
9
9
``` bash
10
- pip install ' itkwidgets[notebook]>=1.0a6 '
10
+ pip install ' itkwidgets[notebook]>=1.0a8 '
11
11
```
12
12
13
13
Then look for the ImJoy icon at the top in the Jupyter Notebook:
@@ -19,7 +19,7 @@ Then look for the ImJoy icon at the top in the Jupyter Notebook:
19
19
For Jupyter Lab 3 run:
20
20
21
21
``` bash
22
- pip install ' itkwidgets[lab]>=1.0a6 '
22
+ pip install ' itkwidgets[lab]>=1.0a8 '
23
23
```
24
24
25
25
Then look for the ImJoy icon at the top in the Jupyter Notebook:
@@ -31,7 +31,7 @@ Then look for the ImJoy icon at the top in the Jupyter Notebook:
31
31
For Google Colab run:
32
32
33
33
``` bash
34
- pip install ' itkwidgets>=1.0a6 '
34
+ pip install ' itkwidgets>=1.0a8 '
35
35
```
36
36
37
37
## Example Notebooks
You can’t perform that action at this time.
0 commit comments