ipywidgetsとかHBoxとかが表示されない
$ pip install ipywidgets
$ jupyter nbextension enable --py widgetsnbextension
https://gyazo.com/baaf3eaf9d6b4f6ef0ab04f7cc1eb09f
こういう感じになってまだちゃんと表示されない場合
確認用
code:py
from ipywidgets import IntProgress
IntProgress(10,max=100)
$ jupyter labextension install @jupyter-widgets/jupyterlab-manager
nodeが必要。
jupyter を再起動したら表示されます