File tree Expand file tree Collapse file tree 4 files changed +4
-55
lines changed
Expand file tree Collapse file tree 4 files changed +4
-55
lines changed Original file line number Diff line number Diff line change 33## [ v 0.1.0] - 2024-10-01
44- Support trame and panel as html exporting backends
55- Reorganize repository folder structure
6+ - Move ` stpyvista.export ` to ` stpyvista.vtkjs_backend `
7+ - Rename ` stpyvista.experimental_vtkjs ` to ` stpyvista.vtkjs_backend.stpyvista `
68
79## [ v 0.0.20] - 2024-09-16
810- Reorganize repository folder structure
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 88from trame .widgets import (
99 vuetify as vuetify ,
1010)
11-
1211from trame .widgets .vtk import VtkLocalView
1312from trame .ui .vuetify import SinglePageLayout
14-
1513from pyvista .plotting import Plotter
1614
15+
1716# Tell streamlit that there is a component called `experimental_vtkjs`,
1817# and that the code to display that component is in the "vanilla_vtkjs" folder
1918experimental_frontend_dir = (Path (__file__ ).parent / "vanilla_vtkjs" ).absolute ()
Original file line number Diff line number Diff line change 22import streamlit as st
33import pyvista as pv
44
5- from stpyvista import stpyvista
6- from stpyvista .export import export_vtksz
5+ from stpyvista .vtkjs_backend import stpyvista , export_vtksz
76
87
98@st .cache_resource
You can’t perform that action at this time.
0 commit comments