Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Support for dashboard deployment in local browser #377

Open
drtobybrown opened this issue Sep 7, 2022 · 3 comments
Open
Labels
enhancement New feature or request

Comments

@drtobybrown
Copy link
Collaborator

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...

@brianmajor
Copy link
Member

bokeh is another example--it tries to open a browser to go to localhost:80 (or some other port).

@sfabbro sfabbro added the enhancement New feature or request label Jan 12, 2023
@sfabbro
Copy link
Collaborator

sfabbro commented Oct 18, 2023

dask and ray are other examples of proxy dashboards

@drtobybrown
Copy link
Collaborator Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants