ipyfastscape
ipyfastscape copied to clipboard
Interactive widgets for topographic data analysis and modelling in Jupyter notebooks
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v6.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.4.0...v6.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.289 → v0.14.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.0.289...v0.14.3) - https://github.com/psf/black → https://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.9.1 → 25.9.0](https://github.com/psf/black-pre-commit-mirror/compare/23.9.1...25.9.0)
I want to use the code below to get a window to show 3D topography. ----------------------------------------------------------------- app = TopoViz3d(out_ds, canvas_height=600, time_dim="time") app.show() -------------------------------------------------------------------------- The window is open, but one of...
Not working yet. See https://github.com/QuantStack/ipygany/issues/73