Reproducing
Steps:
- Create python venv. Tested with Python 3.13.7 on my linux/firefox
- pip install as per the README instructions
- run the example
Then
python -m venv .venv
pip install "trame-vtklocal[vtk]"
python examples/vtk/actor_picker2.py
Results
The view load and is interactive, but the picking does not seems to work.
Python console: JS Error => TypeError: t.observe is not a function
Full browser console log:
console-export-trame-vtklocal-actor2picker.log
Any tips/ideas @jourdain @jspanchu ?