I am trying to install ipywidgets on a JupyterHub server. I went through the installation instructions but still am getting a text-only result, so something must not be installed correctly:
Reproduce
These are the commands I ran, is there anything missing?
Description
I am trying to install
ipywidgets
on a JupyterHub server. I went through the installation instructions but still am getting a text-only result, so something must not be installed correctly:Reproduce
These are the commands I ran, is there anything missing?
python -m pip install ipywidgets
jupyter labextension install @jupyter-widgets/jupyterlab-manager
Expected behavior
In the screenshot above, I expected to see an integer slider instead of the text
IntSlider(value=0)
.Context
Troubleshoot Output
Installed Labextensions