IPython Notebook: Why do not appearing the widgets after installing correctly ipywidgets in DSX?

五迷三道 提交于 2019-12-06 13:49:28

Users cannot install notebook extensions, such as the widgetsnbextension needed by ipywidgets, on DSX. IBM controls the configuration of the notebook server, including the list of enabled notebook extensions. At the moment, widgetsnbextension is not enabled. Therefore, you cannot make use of ipywidgets in DSX.

Your problem is similar to Enable nbextension on IBM Data Science Expeirence.

have you tried

jupyter nbextension enable --py widgetsnbextension --user

see also: crashes on a permission

are there any plans to either ship ipywidgets out of the box, or some other alternative to enabling widgets?

Widgets is a pretty basic use case for Jupyter and not having it is quite limiting.

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