Visualization for Everest


Keywords
hacktoberfest
License
AGPL-3.0
Install
pip install everviz==0.0.22

Documentation

Publish Python 🐍 distributions 📦 to PyPI Python package Code style: black License: AGPL v3

everviz: web based visualization for everest

What is everviz

everviz is a visualization plugin for everest based on dash and webviz-config.

Download project

The code is hosted on GitHub: https://github.com/equinor/everviz

The latest version is available on pypi.

# Install
pip install everviz

Run tests

# 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