jupyter lab 在选项卡上打开一个 iframe 以监控 dask scheduler
jupyter lab open an iframe on a tab for monitoring dask scheduler
我正在使用 dask distributed 进行开发,这个包作为散景应用程序提供了一个非常有用的调试视图。
我想在 jupyterlab 选项卡中将此应用程序放在笔记本旁边。
我已经设法通过打开 jupyter 实验室参考(帮助 > Jupyter 实验室参考)并使用 firefox 的检查工具修改 url 从它的原始值到 127.0.0.1:8787( URL 对于 dask 仪表板)
见下文:
dask scheduler console in jupyter lab
在 jupyter lab 中打开网站有没有更简单的方法?
似乎有一个活跃的 Github 问题。我建议跟踪 https://github.com/jupyterlab/jupyterlab/issues/2369
听起来您可能还想看看 https://github.com/dask/dask-labextension
我正在使用 dask distributed 进行开发,这个包作为散景应用程序提供了一个非常有用的调试视图。
我想在 jupyterlab 选项卡中将此应用程序放在笔记本旁边。
我已经设法通过打开 jupyter 实验室参考(帮助 > Jupyter 实验室参考)并使用 firefox 的检查工具修改 url 从它的原始值到 127.0.0.1:8787( URL 对于 dask 仪表板)
见下文:
dask scheduler console in jupyter lab
在 jupyter lab 中打开网站有没有更简单的方法?
似乎有一个活跃的 Github 问题。我建议跟踪 https://github.com/jupyterlab/jupyterlab/issues/2369
听起来您可能还想看看 https://github.com/dask/dask-labextension