Besides defining the experiment name as the other answer mentioned, you also have to setup the DATABRICKS_HOST and DATABRICKS_TOKEN environment variables.
You can create a token following this guide: https://docs.databricks.com/aws/en/dev-tools/auth/pat
Then use the "export" command on web terminal, or the os.getenv() method on python.