After installing ipywidgets in a Jupiter notebook, DSX (IBM Datascience Experience framework), it doesn't show the widget, just a static stuff or A Jupyter Widget
Example:
import ipywidgets as widgets
widgets.Dropdown(
options = { 'One': 1, 'Two': 2, 'Three': 3 },
value = 2,
description = 'Number:',
)
Result: A Jupiter Widget
I have tried several versions of !jupyter nbextension enable --py widgetsnbextension --sys-prefix
based on http://ipywidgets.readthedocs.io/en/latest/user_install.html, but I still got the same error message:
PermissionError: [Errno 13] Permission denied: '/usr/local/src/conda3_runtime/4.1.1/etc/jupyter/nbconfig/notebook.json'
Or installing with conda:
CondaIOError: IO error: Missing write permissions in: /usr/local/src/conda3_runtime/4.1.1