I'm trying to use the mlflow databricks integration, specifically the tracking API. Normally, I can view past runs info in the handy sidebar of a notebook, as you can see here and which I got from the tutorial. However, what I want now is to use multiple notebooks to send runs to the same experiment. Additionally, I would like to view the results of all these common runs in each of the notebooks. To do this, I need to change the (default) experiment tracked by the "runs" tab.
Ultimately, my question boils down to the following: how can I set the experiment being tracked by the "runs" tab? I have tried using mlflow.set_tracking_uri
and mlflow.set_experiment(mlflow_experiment_name)