dask / dask/dask-tutorial

Auto-setup cluster for users

Open
#143 7 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
1.9k
Forks
710
PR merge metrics
No merged PRs in 30d

Description

We'd like to use the distributed dashboard without necessarily exposing the user to `dask.distributed`, `Client`, or schedulers. How can we do that?

Presumably, we can execute a bit of code in the background for the user via jupyterlab. We would need

1. Start a Dask cluster, either one time when jupyterlab is launched, or when each notebook is opened and a kernel is started.
2. Create a client in each kernel session.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.