ipywidgetsとかHBoxとかが表示されない
Jupyter notebook 上でこれを見ろと言われる
https://ipywidgets.readthedocs.io/en/stable/user_install.html
$ pip install ipywidgets
$ jupyter nbextension enable --py widgetsnbextension
https://gyazo.com/baaf3eaf9d6b4f6ef0ab04f7cc1eb09f
こういう感じになってまだちゃんと表示されない場合
確認用
code:py
from ipywidgets import IntProgress
IntProgress(10,max=100)
jupyterlabじゃなかったらこれで十分かも?
https://github.com/tqdm/tqdm/issues/645
$ jupyter labextension install @jupyter-widgets/jupyterlab-manager
nodeが必要。
jupyter を再起動したら表示されます