We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eeecc0 commit 93f4caeCopy full SHA for 93f4cae
1 file changed
app.py
@@ -39,7 +39,7 @@
39
40
if st_mode:
41
## Pass a key to avoid re-rendering at each page change
42
- if False:
+ if True:
43
from stpyvista import stpyvista
44
45
stpyvista(plotter, key="pv_cube")
0 commit comments