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/")
# The function now returns the widget container which will be saved as cell output
client.create_interactive_correlation_interface_auto()
Loading...