dask / dask/dask-tutorial

Auto-setup cluster for users

未关闭
#143 7 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
Jupyter Notebook
星标
1.9k
派生
710
PR 合并指标
30 天内没有已合并 PR

描述

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.

贡献指南

打开贡献指南

调研方向

首先调查 JupyterLab 启动钩子和内核启动钩子如何创建 Dask 集群和 Client,同时不让用户接触 dask.distributed、Client 或调度器。当 distributed dashboard 可以与自动启动的集群一起使用,并且为每个 notebook 内核会话创建一个 Client 时,这项工作就完成了。

由索引模型根据 Issue 内容生成。

评估

技术栈
jupyter, jupyter-notebook
领域
distributed-systems, tooling
Issue 类型
功能
难度
5/5
预计耗时
一周以上
活跃度
停滞
描述清晰度
基本清楚
新手友好度
25/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。