Dashboard for interactively viewing time series and Pastas model results.
It is currently recommended to install PastasDash in development mode.
The very latest version of the pastastore dev branch is required to be able to run this dashboard.
Using uv:
- Clone the repository.
- Navigate to the repository and create a virtual environment using
uv venv --python 3.12. - From the repository root run
uv run pastasdash. - Open the link (usually http://127.0.0.1:8050/) printed to the console by ctrl+clicking it or copying and pasting it in your browser.
Using conda:
- Clone the repository.
- Create a new environment, e.g.
conda create -n pastasdash python=3.12and activate the environment. - Install
pastasdashin development mode:pip install -e . - Start pastasdash by typing
pastasdashin the console. - Open the link (usually http://127.0.0.1:8050/) printed to the console by ctrl+clicking it or copying and pasting it in your browser.
Note: Your time series and time series models have to be stored in a Pastastore to be able to use this dashboard.
- Start the tool by typing
pastasdashoruv run pastasdashin the console. - Open the link (usually http://127.0.0.1:8050/) printed to the console by ctrl+clicking it or copying and pasting it in your browser.
- Load an existing pastastore by using the
Load Pastastorebutton at the top-right of the dashboard. - Press the
Helpbutton for more information about dashboard features.
Developed by D.A. Brakenhoff, Artesia, 2025



