This repository contains some custom dashboards/containers, which are used as plugins in webviz-config.
The easiest way of installing this local package is to run
pip install .
If you want to install test and linting dependencies, you can in addition run
pip install .[tests]
You can do automatic linting of your code changes by running
black --check webviz_upcars # Check code style
pylint webviz_upcars # Check code quality
bandit -r webviz_upcars # Check Python security best practice
For general usage, see the documentation on webviz-config.