Visualize Results on the Web
pip install pollination-streamlit-viewerfrom pollination_streamlit_viewer import viewer
from pathlib import Path
vtkjs_path = Path('daylight_factor.vtkjs')
viewer(content=vtkjs_path.read_bytes(), key='df')
Last updated
Was this helpful?
