Skip to content

Commit

Permalink
DOC: Bump suggested version in quick start docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bnmajor committed Aug 14, 2022
1 parent 2d1a423 commit dc79039
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/quick_start_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
To install the widgets for the Jupyter Notebook with pip:

```bash
pip install 'itkwidgets[notebook]>=1.0a6'
pip install 'itkwidgets[notebook]>=1.0a8'
```

Then look for the ImJoy icon at the top in the Jupyter Notebook:
Expand All @@ -19,7 +19,7 @@ Then look for the ImJoy icon at the top in the Jupyter Notebook:
For Jupyter Lab 3 run:

```bash
pip install 'itkwidgets[lab]>=1.0a6'
pip install 'itkwidgets[lab]>=1.0a8'
```

Then look for the ImJoy icon at the top in the Jupyter Notebook:
Expand All @@ -31,7 +31,7 @@ Then look for the ImJoy icon at the top in the Jupyter Notebook:
For Google Colab run:

```bash
pip install 'itkwidgets>=1.0a6'
pip install 'itkwidgets>=1.0a8'
```

## Example Notebooks
Expand Down

0 comments on commit dc79039

Please sign in to comment.