# We need to append a path to this notebook's sys.path to activate conda packages
import sys
sys.path.append('/usr/local/lib/python3.7/site-packages/')
# and now we can install using conda
!sudo conda install -y -c conda-forge mlflow
# and importing the conda packages will work
import mlflow