@@ -49,7 +49,7 @@ Interactive Jupyter_ widgets to visualize images, point sets, and meshes on the
4949 - `Dask array <https://docs.dask.org/en/latest/array.html >`_ images
5050 - `vtk.vtkImageData <https://vtk.org >`_
5151 - `pyvista.UniformGrid <https://pyvista.org >`_
52- - `vtkplotter .Volume <https://vtkplotter .embl.es/index.html >`_
52+ - `vedo .Volume <https://vedo .embl.es/index.html >`_
5353 - `pyimagej ImageJ / Fiji / ImageJ2 images <https://github.com/imagej/pyimagej >`_
5454 - Additional NumPy array-like objects
5555 - `SimpleITK.Image <https://simpleitk-prototype.readthedocs.io/en/latest/user_guide/plot_image.html#sphx-glr-user-guide-plot-image-py >`_
@@ -71,8 +71,8 @@ Interactive Jupyter_ widgets to visualize images, point sets, and meshes on the
7171 - `pyvista.PolyData <https://docs.pyvista.org/core/points.html >`_
7272 - `pyvista.StructuredGrid <https://docs.pyvista.org/core/point-grids.html#structured-grid-creation >`_
7373 - `pyvista.UnstructuredGrid <https://docs.pyvista.org/core/point-grids.html#unstructured-grid-creation >`_
74- - `vtkplotter .Actor <https://vtkplotter .embl.es/index.html >`_
75- - `vtkplotter .Assembly <https://vtkplotter .embl.es/index.html >`_
74+ - `vedo .Actor <https://vedo .embl.es/index.html >`_
75+ - `vedo .Assembly <https://vedo .embl.es/index.html >`_
7676 - `skan.csr.Skeleton <https://jni.github.io/skan/api/skan.csr.html#module-skan.csr >`_
7777
7878- Exquisite volume rendering
@@ -285,7 +285,7 @@ After installation, try the following examples that demonstrate how to visualize
285285- `pyvista StructuredGrid <https://github.com/InsightSoftwareConsortium/itkwidgets/blob/master/examples/pyvista.StructuredGrid.ipynb >`_
286286- `pyvista UnstructuredGrid <https://github.com/InsightSoftwareConsortium/itkwidgets/blob/master/examples/pyvista.UnstructuredGrid.ipynb >`_
287287- `pyvista LiDAR <https://github.com/InsightSoftwareConsortium/itkwidgets/blob/master/examples/pyvistaLiDAR.ipynb >`_
288- - `vtkplotter actors and volumes <https://github.com/InsightSoftwareConsortium/itkwidgets/blob/master/examples/vtkplotter .ipynb >`_
288+ - `vedo actors and volumes <https://github.com/InsightSoftwareConsortium/itkwidgets/blob/master/examples/vedo .ipynb >`_
289289- `skan segmentation skeleton <https://github.com/InsightSoftwareConsortium/itkwidgets/blob/master/examples/SegmentationSkeleton.ipynb >`_
290290
291291or how to:
@@ -364,6 +364,7 @@ Participation is welcome! For a development installation (requires `Node.js <htt
364364 jupyter nbextension enable --py --sys-prefix itkwidgets
365365 jupyter nbextension enable --py --sys-prefix widgetsnbextension
366366 python -m pytest
367+ python -m pytest --nbmake examples/*.ipynb
367368
368369The above commands will setup your system for development with the Jupyter
369370Notebook. In one terminal, start Jupyter::
0 commit comments