paraview visualizer and python flask

Hello,

I am trying to build a webapp using python flask framework. I wish to add paraview visualizer in the form of an iframe inside this webapp.

Is there any example/tutorial for this?
Any leads will be appreciated.

Thanks.

If the iframe is the path you are looking for, you just need to deploy Visualizer so it can work with a multi-client setup. For that we have docker images that manage most of it.

You can start with that guide as intro and then this one for concrete usage of docker.

Finally, we are updating ParaView Visualizer here which also provide its own “new” docker image. That project is still work in progress but definitely worth monitoring.

Thank you for the reply. I will give this a try.

Hello @parismulye , I know this might have been a while ago, but did you eventually find a way to solve this problem?

If so, would appreciate any example/guide