Importing BubbleBox¶
When running a typical BubbleBox-session, you'll likely want to do module import as follows:
In [2]:
Copied!
import numpy as np
import matplotlib.pyplot as plt
import bubblebox as bb
import numpy as np
import matplotlib.pyplot as plt
import bubblebox as bb
Numpy is useful when setting up and customizing systems, while matplotlib lets you easily visualize data from your simulations.