Skip to content

Commit

Permalink
Merge pull request #699 from thewtex/itk-quick-start-link
Browse files Browse the repository at this point in the history
DOC: Update ITK Python Quick Start link
  • Loading branch information
thewtex authored Dec 1, 2023
2 parents a10a83f + 9cb88fb commit adcbdab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integrations.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ image = itk.imread(file_name)
view(image, rotate=True, gradient_opacity=0.4)
```

Get started with ITK in the [3DImage](https://colab.research.google.com/github/InsightSoftwareConsortium/itkwidgets/blob/main/examples/integrations/itk/3DImage.ipynb) notebook. You can also visit the [ITK docs](https://itkpythonpackage.readthedocs.io/en/latest/Quick_start_guide.html#usage) for additional examples for getting started.
Get started with ITK in the [3DImage](https://colab.research.google.com/github/InsightSoftwareConsortium/itkwidgets/blob/main/examples/integrations/itk/3DImage.ipynb) notebook. You can also visit the [ITK docs](https://docs.itk.org/en/latest/learn/python_quick_start.html) for additional examples for getting started.

![ITK 3D Image](images/itkimage.png)

Expand Down

0 comments on commit adcbdab

Please sign in to comment.