ParaViewWeb: clients without linked views

I have an interesting problem: I want to use a single ParaViewWeb (or trame) server to render a canned visualization. However, for every client/browser connected, I do not want to link the view i.e. each client can view the scene from their own camera position independently. What’s the easiest way to do that?

With trame the way to go about it, is to use a TrameApp class isolation and leverage the built-in server that you can run via python -m trame.tools.server ...

1 Like

a small typo, should be trame.tools.serve (without the terminal "r").

1 Like