diff --git a/docs/user_guides/integrations/mlstudio_designer.md b/docs/user_guides/integrations/mlstudio_designer.md
index 4ac44998a..7029491d2 100644
--- a/docs/user_guides/integrations/mlstudio_designer.md
+++ b/docs/user_guides/integrations/mlstudio_designer.md
@@ -21,7 +21,7 @@ To connect to the Feature Store from the Azure Machine Learning Designer, create
-
+ Add an Execute Python Script step
@@ -30,7 +30,7 @@ In the pipeline, add a new `Execute Python Script` step and replace the Python s
-
+ Add the code to access the Feature Store
@@ -39,12 +39,12 @@ In the pipeline, add a new `Execute Python Script` step and replace the Python s
Replace MY_VERSION, MY_API_KEY, MY_INSTANCE, MY_PROJECT and MY_FEATURE_GROUP with the respective values. The major version set for MY_VERSION needs to match the major version of Hopsworks. Check [PyPI](https://pypi.org/project/hsfs/#history) for available releases.
-
-
-
- You find the Hopsworks version inside any of your Project's settings tab on Hopsworks
-
-
+
+
+
+ You find the Hopsworks version inside any of your Project's settings tab on Hopsworks
+
+
```python
import os
@@ -85,7 +85,7 @@ Select a compute target and save the step. The step is now ready to use:
-
+ Select a compute target
@@ -94,7 +94,7 @@ As a next step, you have to connect the previously created `Execute Python Scrip
-
+ Add an Export Data step
@@ -103,7 +103,7 @@ Configure the `Export Data` step to write to you data store of choice:
-
+ Configure the Export Data step
@@ -112,7 +112,7 @@ Connect the to steps by drawing a line between them:
-
+ Connect the steps
@@ -125,7 +125,7 @@ Finally, submit the pipeline and wait for it to finish:
-
+ Execute the pipeline
diff --git a/docs/user_guides/integrations/mlstudio_notebooks.md b/docs/user_guides/integrations/mlstudio_notebooks.md
index e97fa8351..758e4142f 100644
--- a/docs/user_guides/integrations/mlstudio_notebooks.md
+++ b/docs/user_guides/integrations/mlstudio_notebooks.md
@@ -21,7 +21,7 @@ To access the Feature Store from Azure Machine Learning, open a Python notebook
-
+ Connecting from an Azure Machine Learning Notebook