equinor/webviz-config

Undefined `InteractiveBrowserCredential`

Closed this issue · 0 comments

With current master, the user will get Undefined InteractiveBrowserCredential from this line:

def _credential() -> InteractiveBrowserCredential:

This is due to the azure dependencies being optional (coming from pip install webviz-config[deployment] extra group), and e.g. webviz build [..] should work without having them installed.