b
b
bamboolib
Search
⌃K

How to upgrade to a new version of bamboolib

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 extensions
python -m bamboolib install_nbextensions
# If working with JupyterLab, update JupyterLab extensions
python -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.