-
When I try to run the \examples\validation\panel\app_trame.py standalone I get this error in the terminal JS Error => Lookup error: Vue.use(Quasar, {}) also \examples\validation\core\33_outside_lib.py However, the quasar components load in the jupyter notebook just fine \examples\validation\panel\trame.ipynb also the panel example the scene_orientation_widget is not updating when navigating the scene, although maybe this a pyvista issue I am running these on a Windows computer |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Did you skip the install step described in the readme?
Otherwise, try another port |
Beta Was this translation helpful? Give feedback.
-
If the other port was the solution, your browser cached a previous application that was vue2 while that one relies on vue3. |
Beta Was this translation helpful? Give feedback.
Did you skip the install step described in the readme?
pip install trame trame-quasar trame-vtk
Otherwise, try another port
--port 1234