How to setup py3Dmol and Jupyter Widget
https://pypi.org/project/py3Dmol/
pip install py3Dmol
jupyter labextension install jupyterlab_3dmol
jupyter notebook
https://ipywidgets.readthedocs.io/en/stable/user_install.html
pip install ipywidgets
jupyter nbextension enable --py widgetsnbextension