Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ When you prefer working in notebooks on a local device, you can also make use of
6. Use the following code in your local notebook to configure MLflow to point to the Azure Machine Learning workspace, and set it to the workspace tracking URI.

```python
mlflow.set_tracking_uri = "MLFLOW-TRACKING-URI"
mlflow.set_tracking_uri("MLFLOW-TRACKING-URI")
```

> [!Tip]
Expand Down