This likely happened when you install bamboolib on Windows. If you get this error, install bamboolib with the --user
flag via this command:
pip install --upgrade bamboolib --user​# Jupyter Notebook extensionspython -m bamboolib install_nbextensions​# JupyterLab extensionspython -m bamboolib install_labextensions
​