# NOT RUN {
library(mlflow)
install_mlflow()
# launch mlflow ui locally
mlflow_ui()
# launch mlflow ui for existing mlflow server
mlflow_set_tracking_uri("http://tracking-server:5000")
mlflow_ui()
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab