Load Experiment from a Database Use the Database to initialize the Experiment: 1 2 3 4import vodex as vx # Provide the path to the database file experiment = vx.Experiment.load("test.db")