Installation¶
BubbleBox is available through Python Package Index (PyPI), and is most easily installed by invoking pip install bubblebox
from your terminal.
Note that it is also possible to install directly in the Jupyter Notebook environment using !pip install bubblebox
from a cell.