You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/trame/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ For those not familiar with trame, trame allow to define an interactive applicat
13
13
With trame or any Python project it is best to start with an isolated virtual environment. In the code below we will be using __uv__ as a unified way of setting such environment across platforms.
14
14
15
15
::: code-group
16
-
```sh [macOS and Linus]
16
+
```sh [macOS and Linux]
17
17
# you can choose any Python version where VTK is supported
18
18
# So far [3.8 to 3.13]
19
19
uv venv -p 3.10
@@ -55,4 +55,4 @@ The key take away is that the `vtkRenderWindow` instance needs to be pass to the
55
55
-__`update_throttle(push_camera=False)`__: synchronize the current state of the vtkRenderWindow to the client but no more than the provided rate (`view.update_throttle.rate = 15` or in widget constructor `throttle_rate=20`)
56
56
-__`reset_camera(renderer_or_render_window=None)`__: reset the camera by asking the client (JavaScript) to do it.
57
57
58
-
The [__full working code__](https://github.com/Kitware/vtk-wasm/tree/main/examples/trame/simple) is also available.
58
+
The [__full working code__](https://github.com/Kitware/vtk-wasm/tree/main/examples/trame/simple) is also available.
0 commit comments