mljar / mercury

Convert Jupyter Notebooks to Web Apps
https://RunMercury.com
GNU Affero General Public License v3.0
4.03k stars 255 forks source link

How to display meshes (vtk, pyvista,..) ? #467

Open yvanblanchard opened 1 month ago

yvanblanchard commented 1 month ago

Hello

I would like to know if it's planned to include external lib such as pyvista for building/rendering meshes ? If not, to know basic steps to include this in Mercury framework ?

Thank you

pplonski commented 1 month ago

Hi @yvanblanchard,

Thank you for creating issue. You need to install required package in your Python environment. If you would like to use Mercury Cloud for deployment, please upload requirements.txt file with the list of required packages and they will be installed before running your notebook. Please let me know if it works for you.