是否可以在IBM DSX上安装Jupyter Dashboard扩展?

时间:2018-01-16 21:24:13

标签: python jupyter-notebook jupyter data-science data-science-experience

有没有办法在IBM DSX服务上启用Jupyter-dashboard扩展?

以下是我正在尝试安装的扩展程序:

http://jupyter-dashboards-layout.readthedocs.io/en/latest/index.html

根据文档,应在Jupyter上执行以下命令以启用扩展名:

pip install jupyter_dashboards
jupyter dashboards quick-setup --sys-prefix  
jupyter nbextension install --py jupyter_dashboards --sys-prefix
jupyter nbextension enable jupyter_dashboards --py --sys-prefix

我已经通过pip install在笔记本电脑上安装了Jupyter扩展,如下所示:

enter image description here

但是,当我尝试安装所需的下一个命令时,我收到以下错误:

enter image description here

我最初虽然这可能是一个关于jupyter路径的问题,并且在容器上找到的不同jupyter二进制文件上尝试了相同的命令,但我仍然无法弄清楚为什么安装似乎不是到目前为止工作。

  • 我是否应该遵循在IBM DSX上安装/启用扩展的任何程序?
  • 如果无法安装此扩展程序,您是否指出可用于改进笔记本演示文稿的Jupyter-Dashboards扩展程序的任何替代方法?

提前致谢! Felipe Silveira

1 个答案:

答案 0 :(得分:1)

不幸的是,没有办法为在DSX on Cloud中运行Apache Spark后端的Jupyter笔记本启用笔记本扩展。您并不是第一个遇到此问题的人,请参阅Enable nbextension on IBM Data Science Expeirence