Skip to content

Commit fc8f127

Browse files
authored
Update README.rst
1 parent 70869e5 commit fc8f127

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Interactive Jupyter_ widgets to visualize images, point sets, and meshes on the
7676
- Image statistics widget
7777
- Compare images widget
7878
- Widgets to select solid colors for geometry or colormaps when point data or
79-
cell data is availble
79+
cell data is available
8080
- Visualize point sets as points or spheres and interactively adjust the point
8181
size
8282
- Combine with other *ipywidgets* to quickly create graphical interfaces
@@ -134,7 +134,7 @@ To install the widgets for the Jupyter Notebook with pip::
134134

135135
pip install itkwidgets
136136

137-
For Jupyter Lab, additionally run::
137+
For Jupyter Lab, additionally, run::
138138

139139
jupyter labextension install @jupyter-widgets/jupyterlab-manager jupyter-matplotlib jupyterlab-datawidgets itkwidgets
140140

@@ -285,8 +285,8 @@ or how to:
285285
- `Compares images with a checkerboard pattern <https://github.com/InsightSoftwareConsortium/itkwidgets/blob/master/examples/Checkerboard.ipynb>`_
286286
- `Compares images side by side <https://github.com/InsightSoftwareConsortium/itkwidgets/blob/master/examples/CompareImages.ipynb>`_
287287
- `Examine a line profile <https://github.com/InsightSoftwareConsortium/itkwidgets/blob/master/examples/LineProfile.ipynb>`_
288-
- `Inspect image label statistcs <https://github.com/InsightSoftwareConsortium/itkwidgets/blob/master/examples/ImageLabelStatistics.ipynb>`_
289-
- `Interatively explore algorithm parameters <https://github.com/InsightSoftwareConsortium/itkwidgets/blob/master/examples/InteractiveParameterExploration.ipynb>`_
288+
- `Inspect image label statistics <https://github.com/InsightSoftwareConsortium/itkwidgets/blob/master/examples/ImageLabelStatistics.ipynb>`_
289+
- `Interactively explore algorithm parameters <https://github.com/InsightSoftwareConsortium/itkwidgets/blob/master/examples/InteractiveParameterExploration.ipynb>`_
290290
- `Record a video <https://github.com/InsightSoftwareConsortium/itkwidgets/blob/master/examples/RecordAVideo.ipynb>`_
291291
- `Restore a volume opacity transfer function <https://github.com/InsightSoftwareConsortium/itkwidgets/blob/master/examples/VolumeOpacityTransferFunction.ipynb>`_
292292
- `Select a region of interest <https://github.com/InsightSoftwareConsortium/itkwidgets/blob/master/examples/SelectRegionOfInterest.ipynb>`_
@@ -335,7 +335,7 @@ application directory by setting the environmental variable,
335335
export JUPYTERLAB_DIR=$HOME/.local/share/jupyter/lab
336336

337337
Check that this is picked up in the value of the *Application directory*
338-
reportred by::
338+
reported by::
339339

340340
jupyter lab path
341341

@@ -386,7 +386,6 @@ To develop for Jupyter Lab, additionally run::
386386

387387
.. warning::
388388

389-
This project is under active development. Its API and behavior may change at
390-
any time. We mean it.
389+
This project is under active development. Its API and behavior may change at any time. We mean it.
391390

392391
.. _Jupyter: https://jupyter.org/

0 commit comments

Comments
 (0)