将自定义链接添加到 dask 分布式调度程序的 www-interface

Add custom links to www-interface of dask distributed scheduler

当 dask distributed 的调度程序运行时,它显示 web-gui 默认在端口 8787 上可用。

目前包含页面链接,显示工作人员状态、任务、CPU和网络负载等

如何向此页面添加自定义内容?

该页面是 Bokeh server application

代码在这里:https://github.com/dask/distributed/tree/master/distributed/bokeh

如果您只想添加一个 link,那么您可以修改此处找到的模板:https://github.com/dask/distributed/blob/master/distributed/bokeh/status/templates/index.html