Skip to content

Commit dc79039

Browse files
committed
DOC: Bump suggested version in quick start docs
1 parent 2d1a423 commit dc79039

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/quick_start_guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
To install the widgets for the Jupyter Notebook with pip:
88

99
```bash
10-
pip install 'itkwidgets[notebook]>=1.0a6'
10+
pip install 'itkwidgets[notebook]>=1.0a8'
1111
```
1212

1313
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:
1919
For Jupyter Lab 3 run:
2020

2121
```bash
22-
pip install 'itkwidgets[lab]>=1.0a6'
22+
pip install 'itkwidgets[lab]>=1.0a8'
2323
```
2424

2525
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:
3131
For Google Colab run:
3232

3333
```bash
34-
pip install 'itkwidgets>=1.0a6'
34+
pip install 'itkwidgets>=1.0a8'
3535
```
3636

3737
## Example Notebooks

0 commit comments

Comments
 (0)