Skip to content

Commit f65d1bd

Browse files
committed
Add some information about itkwidgets
1 parent 5872b3d commit f65d1bd

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

notebooks/getting_started/part3_exploring_cohorts.ipynb

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -527,16 +527,25 @@
527527
]
528528
},
529529
{
530+
"attachments": {},
530531
"cell_type": "markdown",
531532
"metadata": {
532533
"id": "-zRHvX1ZK-Dn"
533534
},
534535
"source": [
535536
"### itkwidgets\n",
536537
"\n",
537-
"#### With itkwidgets we don't even need to leave the notebook to view our data! We can view the full 3D model or view slices as well as choose whether or not we'd like to display segmentation label maps with our image data.\n",
538+
"ITKWidgets is a [python package](https://pypi.org/project/itkwidgets/) that leverages [itk-wasm](https://wasm.itk.org/) and [ImJoy](https://imjoy.io/) to provide interactive 3D visualiztion without ever needing to leave your notebook! Be sure to check out the [docs](https://itkwidgets.readthedocs.io/en/latest/) where you can learn more about the support for various data formats that itkwidgets provides and where you will also find links to [example notebooks](https://github.com/InsightSoftwareConsortium/itkwidgets/tree/main/examples) that you can try."
539+
]
540+
},
541+
{
542+
"attachments": {},
543+
"cell_type": "markdown",
544+
"metadata": {},
545+
"source": [
546+
"We can use itkwidgets to view the full 3D model or view slices as well as choose whether or not we'd like to display segmentation label maps with our image data.\n",
538547
"\n",
539-
"We will first sort the data by the study and series UID into the PatientID/StudyInstanceUID/Modality/SeriesInstanceUID hierarchy. This will allow us to quickly select which series we'd like to view as our image data (CT) and which we'll view as our label map (SEG)."
548+
"First, we will sort the data by the study and series UID into the PatientID/StudyInstanceUID/Modality/SeriesInstanceUID hierarchy. This will allow us to quickly select which series we'd like to view as our image data (CT) and which we'll view as our label map (SEG)."
540549
]
541550
},
542551
{

0 commit comments

Comments
 (0)