equinor / webviz-core

GNU Lesser General Public License v3.0
2 stars 3 forks source link

Webviz Core

Equinor toolbox for working with plotly visualizations. This project contains two packages

webviz_plotly

Specialized plotly visualizations for working with reservior modelling.

webviz_components

Dash components, some utilities for easily building dashboards and visualizations not made using plotly.

Install

The components are installable via pyip

pip install webviz_plotly && pip install webviz_components

Build from source

pushd webviz_components && npm install && npm run build:all && python setup.py install ; popd
pushd webviz_plotly && python setup.py install ; popd

Usage

See plotly reference documentation and the examples/ folder. For internal Equinor usage, information about using Equinor styling can be found in the webviz-css repository.