Enable nbextension on IBM Data Science Experience

人走茶凉 提交于 2019-11-28 12:10:19

问题


I have to enable File Upload widgets on Jupyter on IBM Data Science Experience. It requires the following set of commands:

pip install fileupload
jupyter nbextension install --py fileupload
jupyter nbextension enable --py fileupload

It looks we need to have sudo permission on the platform to execute the 2nd and 3rd commands which IBM Data Science Experience is not allowing me to do.

How can I do this on the platform to install the file upload widget?


回答1:


Users cannot enable notebook extensions on DSX Jupyter notebooks. The configuration of the notebook server, including the set of enabled notebook extensions, is under exclusive control of the platform operator.



来源:https://stackoverflow.com/questions/45182397/enable-nbextension-on-ibm-data-science-experience

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!