Skip to content

Commit cf903b3

Browse files
committed
DOCS: Commit missing image file
Also bump recommended install version in docs from 1.0a34->1.0a35.
1 parent 0a8b9bb commit cf903b3

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

docs/deployments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ also open them in Binder: [![Open in Binder](https://mybinder.org/badge_logo.svg
7272
To enable quick inspection of your 3D data in the browser or in your terminal you can install the command-line tool.
7373

7474
```bash
75-
pip install 'itkwidgets[cli]>=1.0a34'
75+
pip install 'itkwidgets[cli]>=1.0a35'
7676
playwright install --with-deps chromium
7777
```
7878
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).

docs/images/terminal_rotate.gif

2.71 MB
Loading

docs/quick_start_guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ pip install 'itkwidgets>=1.0a23'
4747
### Command Line (CLI)
4848

4949
```bash
50-
pip install 'itkwidgets[cli]>=1.0a34'
50+
pip install 'itkwidgets[cli]>=1.0a35'
5151
playwright install --with-deps chromium
5252
```
5353

0 commit comments

Comments
 (0)