You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Launching interactive dashboards as web apps from the notebook is not currently possible (e.g., plotly, explainerdashboard). I'm not sure what's involved but this would be a great feature to have...
The text was updated successfully, but these errors were encountered:
Dask's distributed scheduler uses bokeh to provide an interactive dashboard provided with live monitoring of computations. Here's the Dask dashboard diagnostic docs page that has some more info on the dashboard, and how to set up on remote clusters. e.g.,
when starting a scheduler on your local machine the dashboard will be served at http://localhost:8787/status. You can type this address into your browser to access the dashboard, but may be directed elsewhere if port 8787 is taken. You can also configure the address using the dashboard_address parameter (see LocalCluster).
There is also a JupyterLab Dask extension that shows the dash integrated as a pane in your JLab session.
There are several other documented parameters in the LocalCluster class that might help in setting this up. I'm happy to be a guinea pig.
Launching interactive dashboards as web apps from the notebook is not currently possible (e.g.,
plotly
,explainerdashboard
). I'm not sure what's involved but this would be a great feature to have...The text was updated successfully, but these errors were encountered: