npm - 如何在 JupyterLab 中安装 nteract Data Explorer 作为扩展?

标签 npm jupyter jupyter-lab nteract

如何使用 nteract Data Explorer在 JupyterLab 中?

来自 this link ,好像可以在JupyterLab中安装dx(下图),但我没有找到相关文档:

最佳答案

在撰写本文时,jupyterlab 的安装过程与 Jupyter notebook 不同。这是因为它是一个根本不同的扩展,源代码 here :

  • Jupyter Notebook 将资源管理器放在代码正下方的单元格中
  • Jupyter Lab 将资源管理器放在一个单独的选项卡中,可以通过单击左侧菜单 Pane 打开该选项卡。

要安装它,请在您的终端中运行以下命令:

jupyter labextension install @jupyterlab/dataregistry-extension

有关如何使用资源管理器的更多文档是 here , 以及 sample binder deployment您可以在其中在线试用资源管理器。

资料来源:感谢 nteract data-explorer slack channel 中的 Safia Abdalla 为我指明了正确的方向。

关于npm - 如何在 JupyterLab 中安装 nteract Data Explorer 作为扩展?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59516688/

相关文章:

node.js - NodeJS 数据库迁移类型错误 : Cannot read property '1' of null

python - 在 Jupyter 笔记本中更改 HTML 表中文本的对齐方式

docker - 如何使用在主机机器中运行的 Jupyter Notebook 中运行在 docker 容器中的 ipython 内核?

c++ - Ubuntu 上 Jupyter 的 Cling 内核

python - 在 JupyterLab 中使用所需环境时未显示图标

Angular CLI 版本与 Angular 版本不兼容

linux - react native :找不到命令

python-3.x - 无法在 Windows 7 中从 cmd 启动 Jupyter 实验室

python - 如何使用 for-try- except block 杀死 jupyter 实验室细胞?

node.js - npm install 出现错误,因为 npm ERR cb() 从未调用过