JUPYTER LAB 上的小部件
WIDGET ON JUPYTER LAB
我正在尝试让一个变量检查器小部件在 JUPYTER LAB 上工作,除此之外,我还遵循了本次讨论中的评论:
我知道它适用于 JUPYTER NOTEBOOK(而且我已经能够做到),但是有什么方法可以在 JUPYTER LAB 中完成吗?
谢谢
如果您在 Jupyter Lab there has been a lot of discussion about implementing a variable explorer/inspector. You can follow the issue here
内使用 Jupyter 笔记本
截至目前,有一个 Jupyter Lab 扩展正在开发中,它实现了一个类似 Spyder 的变量浏览器。您可以在此处找到实验室扩展(带有安装说明):https://github.com/lckr/jupyterlab-variableInspector
我正在尝试让一个变量检查器小部件在 JUPYTER LAB 上工作,除此之外,我还遵循了本次讨论中的评论:
我知道它适用于 JUPYTER NOTEBOOK(而且我已经能够做到),但是有什么方法可以在 JUPYTER LAB 中完成吗? 谢谢
如果您在 Jupyter Lab there has been a lot of discussion about implementing a variable explorer/inspector. You can follow the issue here
内使用 Jupyter 笔记本截至目前,有一个 Jupyter Lab 扩展正在开发中,它实现了一个类似 Spyder 的变量浏览器。您可以在此处找到实验室扩展(带有安装说明):https://github.com/lckr/jupyterlab-variableInspector