All | Linux | Windows | Mac |
---|---|---|---|
The AdhUI package holds all the visualization tools for the AdhModel object (https://github.com/erdc/AdhModel). This package primarily utilizes the PyViz visualization stack which relies heavily on Panel, Holoviews, Geoviews, and Bokeh.
In this package, users will find the individual building blocks for a UI as well as fully constructed dashboards from those building blocks.
To install this packaged from conda:
conda install -c erdc -c erdc/label/dev -c pyviz/label/dev -c conda-forge -c aquaveo adhui
To install the repository from source:
conda env create -f environment.yml -n adhui
conda activate adhmodel
jupyter labextension install @pyviz/jupyterlab_pyviz
To opt out of a Azure Pipelines CI build, add [skip ci] or [ci skip] to the commit message.