Skip to content

Commit

Permalink
docs(panel): Add example to compare with panel
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Aug 30, 2023
1 parent 861b607 commit 12de48e
Show file tree
Hide file tree
Showing 3 changed files with 834 additions and 0 deletions.
14 changes: 14 additions & 0 deletions examples/validation/panel/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
https://panel.holoviz.org/gallery/vtk_interactive.html


pip install trame trame-quasar trame-vtk

python ./app_trame.py

## In jupyter

from app_trame import StHelens

app = StHelens()
await app.ui.ready
app.ui
Loading

0 comments on commit 12de48e

Please sign in to comment.