Skip to content

Add instructions for accessing Dask Scheduler Dashboard from JupyterHub #953

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

Merged
merged 2 commits into from
Jun 16, 2025

Conversation

Montes-L
Copy link
Contributor

This PR adds documentation on how to enable access to Dask Scheduler Dashboards directly from Jupyter notebook instances spawned by JupyterHub. It covers configuring network policies, adding jupyter-server-proxy settings, and customizing Dask’s distributed.yaml, as mentioned in issue #952.

@Montes-L Montes-L requested a review from jacobtomlinson as a code owner June 13, 2025 13:07
Copy link
Member

@jacobtomlinson jacobtomlinson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall this looks great thanks!

jupyter-server-config:
mountPath: /etc/jupyter/jupyter_server_config.py
stringData: |
c.ServerProxy.host_allowlist = lambda app, host: True
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We might want to note that this is inherently insecure.

…lambda app, host: True` for accessing Dask Scheduler Dashboard from Jupyter notebook
Copy link
Member

@jacobtomlinson jacobtomlinson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks great thanks. Test failures are unrelated.

@jacobtomlinson jacobtomlinson merged commit c9f228b into dask:main Jun 16, 2025
3 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants