First, start Jupyter Notebook or Jupyter Lab.
jupyter notebook# jupyter lab
If you are already running Jupyter, please restart the Jupyter Kernel and refresh your browser page (needed for the extensions to work).
Afterwards, create a new notebook file or use an existing one.
Finally, run the following in a Jupyter Notebook / Lab code cell:
import bamboolib as bamimport pandas as pddf = pd.read_csv(bam.titanic_csv)df
After clicking on the button displayed above the dataframe, you should see a GUI.
If you don't see anything or get an error message, please read here.