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_interactive_correlation_viewer(
session='V1',
system_type='Synaptic ratio'
)
#The following line enables the dropdown options.
#client.create_correlation_interface()Loading...