Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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>=1.0a5' imjoy-jupyter-extension
pip install 'itkwidgets[jupyter]>=1.0a6'
```

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>=1.0a5' imjoy-jupyterlab-extension
pip install 'itkwidgets[lab]>=1.0a6'
```

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.0a5'
pip install 'itkwidgets>=1.0a6'
```

## Example Notebooks
Expand Down