This worked for me.
conda install -c conda-forge ipywidgets
jupyter nbextension enable --py widgetsnbextension
Restarting jupyter notebook afterwards worked.
Solution originally from here.
This worked for me.
conda install -c conda-forge ipywidgets
jupyter nbextension enable --py widgetsnbextension
Restarting jupyter notebook afterwards worked.
Solution originally from here.