from Dash_client import DashNeuroTmapClient
import plotly.io as pio
pio.renderers.default = "plotly_mimetype"
client = DashNeuroTmapClient(dash_url="https://stroke-dashboard.db.neurolibre.org/") #")https://stroke-dashboard-bcrr.onrender.com/
client.create_advanced_interface('V1', 'all', 'V3', 'all')
Loading...