everviz is a visualization plugin for everest based on dash and webviz-config.
The code is hosted on GitHub: https://github.com/equinor/everviz
The latest version is available on pypi.
# Install
pip install everviz
# Test
wget https://chromedriver.storage.googleapis.com/$(wget https://chromedriver.storage.googleapis.com/LATEST_RELEASE -q -O -)/chromedriver_linux64.zip
unzip chromedriver_linux64.zip
export PATH=$PATH:$PWD
python -m pip install ".[test]"
pytest --headless