equinor / webviz-plugin-boilerplate

Quickly get started creating webviz-config plugins :rocket:
GNU Lesser General Public License v3.0
5 stars 6 forks source link

`callback` no longer accessed via `app` but directly imported from Dash #23

Closed rubenthoms closed 2 years ago

rubenthoms commented 2 years ago

According to https://dash.plotly.com/dash-2-0-migration#@dash.callback, callback does no longer need to be accessed via dash object but can be imported directly.