Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ The [EnvironmentCheck.ipynb](https://github.com/InsightSoftwareConsortium/itkwid
To install for all environments:

```bash
pip install 'itkwidgets[all]>=1.0a49'
pip install 'itkwidgets[all]>=1.0a55'
```

### Jupyter Notebook

To install the widgets for the Jupyter Notebook with pip:

```bash
pip install 'itkwidgets[notebook]>=1.0a49'
pip install 'itkwidgets[notebook]>=1.0a55'
```

Then look for the ImJoy icon at the top in the Jupyter Notebook:
Expand All @@ -40,7 +40,7 @@ Then look for the ImJoy icon at the top in the Jupyter Notebook:
For Jupyter Lab 3 run:

```bash
pip install 'itkwidgets[lab]>=1.0a49'
pip install 'itkwidgets[lab]>=1.0a55'
```

Then look for the ImJoy icon at the top in the Jupyter Notebook:
Expand All @@ -52,7 +52,7 @@ Then look for the ImJoy icon at the top in the Jupyter Notebook:
For Google Colab run:

```bash
pip install 'itkwidgets>=1.0a49'
pip install 'itkwidgets>=1.0a55'
```

## Example Notebooks
Expand Down
4 changes: 2 additions & 2 deletions docs/deployments.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ In the Pyodide notebook,

```python
import piplite
await piplite.install("itkwidgets==1.0a49")
await piplite.install("itkwidgets==1.0a55")
```

See also the [Sphinx / ReadTheDocs
Expand Down Expand Up @@ -72,7 +72,7 @@ also open them in Binder: [![Open in Binder](https://mybinder.org/badge_logo.svg
To enable quick inspection of your 3D data in the browser or in your terminal you can install the command-line tool.

```bash
pip install 'itkwidgets[cli]>=1.0a49'
pip install 'itkwidgets[cli]>=1.0a55'
playwright install --with-deps chromium
```
Previewing data in the terminal requires support for the iterm2 inline image protocol. Examples of terminals with this support include [wezterm](https://wezfurlong.org/wezterm/), [VSCode's Terminal](https://code.visualstudio.com/updates/v1_80#_image-support) (with VSCode >= v1.80), and [iTerm2](https://iterm2.com/index.html).
Expand Down
2 changes: 1 addition & 1 deletion docs/jupyterlite/files/Hello3DWorld.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"outputs": [],
"source": [
"import piplite\n",
"await piplite.install('itkwidgets==1.0a49')"
"await piplite.install('itkwidgets==1.0a55')"
]
},
{
Expand Down
10 changes: 5 additions & 5 deletions docs/quick_start_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ The [EnvironmentCheck.ipynb](https://github.com/InsightSoftwareConsortium/itkwid
To install for all environments:

```bash
pip install 'itkwidgets[all]>=1.0a49'
pip install 'itkwidgets[all]>=1.0a55'
```

### Jupyter Notebook

To install the widgets for the Jupyter Notebook with pip:

```bash
pip install 'itkwidgets[notebook]>=1.0a49'
pip install 'itkwidgets[notebook]>=1.0a55'
```

Then look for the ImJoy icon at the top in the Jupyter Notebook:
Expand All @@ -29,7 +29,7 @@ Then look for the ImJoy icon at the top in the Jupyter Notebook:
For Jupyter Lab 3 run:

```bash
pip install 'itkwidgets[lab]>=1.0a49'
pip install 'itkwidgets[lab]>=1.0a55'
```

Then look for the ImJoy icon at the top in the Jupyter Notebook:
Expand All @@ -41,13 +41,13 @@ Then look for the ImJoy icon at the top in the Jupyter Notebook:
For Google Colab run:

```bash
pip install 'itkwidgets>=1.0a49'
pip install 'itkwidgets>=1.0a55'
```

### Command Line (CLI)

```bash
pip install 'itkwidgets[cli]>=1.0a49'
pip install 'itkwidgets[cli]>=1.0a55'
playwright install --with-deps chromium
```

Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- pyimagej
- pip:
- itk>=5.3.0
- itkwidgets[all]>=1.0a49
- itkwidgets[all]>=1.0a55
- imjoy-elfinder
- imjoy-jupyter-extension
- imjoy-jupyterlab-extension
Expand Down
2 changes: 1 addition & 1 deletion examples/EnvironmentCheck.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"outputs": [],
"source": [
"reqs = [\n",
" \"itkwidgets[all]>=1.0a49\",\n",
" \"itkwidgets[all]>=1.0a55\",\n",
" \"imjoy-elfinder\",\n",
" \"imjoy-jupyter-extension\",\n",
" \"imjoy-jupyterlab-extension\",\n",
Expand Down
2 changes: 1 addition & 1 deletion examples/GettersAndSetters.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"source": [
"import sys\n",
"\n",
"!{sys.executable} -m pip install -q imageio #\"itkwidgets[all]>=1.0a49\""
"!{sys.executable} -m pip install -q imageio #\"itkwidgets[all]>=1.0a55\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/Hello3DWorld.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"source": [
"import sys\n",
"\n",
"!{sys.executable} -m pip install -q imageio \"itkwidgets[all]>=1.0a49\""
"!{sys.executable} -m pip install -q imageio \"itkwidgets[all]>=1.0a55\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/NumPyArrayPointSet.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"source": [
"import sys\n",
"\n",
"!{sys.executable} -m pip install -q \"itkwidgets[all]>=1.0a49\""
"!{sys.executable} -m pip install -q \"itkwidgets[all]>=1.0a55\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/MONAI/transform_visualization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"# Install dependencies for this example\n",
"import sys\n",
"\n",
"!{sys.executable} -m pip install -q \"monai[nibabel,itk,matplotlib,tqdm]\" \"itkwidgets[all]>=1.0a49\""
"!{sys.executable} -m pip install -q \"monai[nibabel,itk,matplotlib,tqdm]\" \"itkwidgets[all]>=1.0a55\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/PyImageJ/ImageJImgLib2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"import sys\n",
"\n",
"!conda install --yes --prefix {sys.prefix} -c conda-forge pyimagej\n",
"!{sys.executable} -m pip install -q \"itkwidgets[all]>=1.0a49\""
"!{sys.executable} -m pip install -q \"itkwidgets[all]>=1.0a55\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/PyVista/LiDAR.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"# Install dependencies for this example\n",
"import sys\n",
"\n",
"!{sys.executable} -m pip install -q pyvista \"itkwidgets[all]>=1.0a49\""
"!{sys.executable} -m pip install -q pyvista \"itkwidgets[all]>=1.0a55\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/PyVista/UniformGrid.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"# Install dependencies for this example\n",
"import sys\n",
"\n",
"!{sys.executable} -m pip install -q pyvista \"itkwidgets[all]>=1.0a49\""
"!{sys.executable} -m pip install -q pyvista \"itkwidgets[all]>=1.0a55\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/dask/DaskArray.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"# Install dependencies for this example\n",
"import sys\n",
"\n",
"!{sys.executable} -m pip install -q 'dask[diagnostics]' toolz scikit-image pooch matplotlib \"itkwidgets[all]>=1.0a49\" \"itk-io>=5.3.0\""
"!{sys.executable} -m pip install -q 'dask[diagnostics]' toolz scikit-image pooch matplotlib \"itkwidgets[all]>=1.0a55\" \"itk-io>=5.3.0\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/itk/3DImage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"# Install dependencies for this example\n",
"import sys\n",
"\n",
"!{sys.executable} -m pip install -q pooch tqdm \"itk-io>=5.3.0\" \"itkwidgets[all]>=1.0a49\""
"!{sys.executable} -m pip install -q pooch tqdm \"itk-io>=5.3.0\" \"itkwidgets[all]>=1.0a55\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/itk/DICOM.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"# Install dependencies for this example\n",
"import sys\n",
"\n",
"!{sys.executable} -m pip install -q --upgrade \"itk-io>=5.3.0\" tqdm pooch \"itkwidgets[all]>=1.0a49\""
"!{sys.executable} -m pip install -q --upgrade \"itk-io>=5.3.0\" tqdm pooch \"itkwidgets[all]>=1.0a55\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/itk/IDC_Seg_Primer_Examples.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"source": [
"import sys\n",
"\n",
"!{sys.executable} -m pip install -q pooch itk-io \"itkwidgets[all]>=1.0a49\" pydicom pydicom-seg numpy"
"!{sys.executable} -m pip install -q pooch itk-io \"itkwidgets[all]>=1.0a55\" pydicom pydicom-seg numpy"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/itk/MulticomponentNumPy.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"# Install dependencies for this example\n",
"import sys\n",
"\n",
"!{sys.executable} -m pip install -q itk-core \"itkwidgets[all]>=1.0a49\""
"!{sys.executable} -m pip install -q itk-core \"itkwidgets[all]>=1.0a55\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/itk/SelectROI.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"# Install dependencies for this example\n",
"import sys\n",
"\n",
"!{sys.executable} -m pip install -q pooch tqdm \"itk-io>=5.3.0\" \"itk-filtering>=5.3.0\" \"itkwidgets[all]>=1.0a49\" rich"
"!{sys.executable} -m pip install -q pooch tqdm \"itk-io>=5.3.0\" \"itk-filtering>=5.3.0\" \"itkwidgets[all]>=1.0a55\" rich"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/itk/ThinPlateSpline.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"source": [
"import sys, os\n",
"\n",
"!{sys.executable} -m pip install -q tqdm pooch \"itk>=5.3.0\" \"itkwidgets[all]>=1.0a49\""
"!{sys.executable} -m pip install -q tqdm pooch \"itk>=5.3.0\" \"itkwidgets[all]>=1.0a55\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/itkwasm/3DImage.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"# Install dependencies for this example\n",
"import sys\n",
"\n",
"!{sys.executable} -m pip install -q pooch tqdm rich \"itkwasm-image-io\" \"itkwidgets[all]>=1.0a49\""
"!{sys.executable} -m pip install -q pooch tqdm rich \"itkwasm-image-io\" \"itkwidgets[all]>=1.0a55\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/itkwasm/SelectROI.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"# Install dependencies for this example\n",
"import sys\n",
"\n",
"!{sys.executable} -m pip install -q pooch tqdm \"itkwidgets[all]>=1.0a49\" rich itkwasm-image-io"
"!{sys.executable} -m pip install -q pooch tqdm \"itkwidgets[all]>=1.0a55\" rich itkwasm-image-io"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/vtk/vtkImageData.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"# Install dependencies for this example\n",
"import sys\n",
"\n",
"!{sys.executable} -m pip install -q vtk \"itkwidgets[all]>=1.0a49\""
"!{sys.executable} -m pip install -q vtk \"itkwidgets[all]>=1.0a55\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/vtk/vtkPolyDataPointSet.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"# Install dependencies for this example\n",
"import sys\n",
"\n",
"!{sys.executable} -m pip install -q vtk \"itkwidgets[all]>=1.0a49\""
"!{sys.executable} -m pip install -q vtk \"itkwidgets[all]>=1.0a55\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/xarray/DataArray.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"source": [
"import sys\n",
"\n",
"!{sys.executable} -m pip install -q netCDF4 xarray pooch \"itkwidgets[all]>=1.0a49\""
"!{sys.executable} -m pip install -q netCDF4 xarray pooch \"itkwidgets[all]>=1.0a55\""
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion examples/integrations/zarr/OME-NGFF-Brainstem-MRI.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"# Install dependencies for this example\n",
"import sys\n",
"\n",
"!{sys.executable} -m pip install -q zarr \"fsspec[http]\" \"itkwidgets[all]>=1.0a49\""
"!{sys.executable} -m pip install -q zarr \"fsspec[http]\" \"itkwidgets[all]>=1.0a55\""
]
},
{
Expand Down