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
- Start a Dask cluster, either one time when jupyterlab is launched, or when each notebook is opened and a kernel is started.
- Create a client in each kernel session.
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