In order to update bamboolib, run the following in your terminal (or Anaconda Prompt if you are using Windows):
pip install --upgrade bamboolib​# If working with Jupyter Notebook, update Jupyter Notebook extensionspython -m bamboolib install_nbextensions​# If working with JupyterLab, update JupyterLab extensionspython -m bamboolib install_labextensions
If you already have a Jupyter Notebook/Lab open, please restart the kernel and refresh the browser page.
If you work with virtual environments (venv, virtualevn, conda env, ...), make sure that you activated your environment first before running the command above.