You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: local-setup.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Running the labs on your own computer
2
2
3
-
We highly recommend using an Azure Machine Learning compute instance for these labs - this setup ensures the correct version of Python and the various packages you will need are installed and that the environment has sufficient memory and compute resources to complete the exercises. The notebooks have been tested in this environment.
3
+
We highly recommend using an Azure Machine Learning compute instance for these labs - this setup ensures the correct version of Python and the various packages you will need are installed and that the environment has sufficient memory and compute resources to complete the exercises.
4
4
5
5
If you prefer to work on the labs using your own computer, and you have experience configuring Python development environments, you can install the following tools and packages.
6
6
@@ -27,3 +27,5 @@ scipy
27
27
28
28
3. In Visual Studio Code, run the `git clone` command and clone the repo at https://github.com/MicrosoftDocs/ml-basics to your local computer.
29
29
4. Open the cloned repo and use the notebooks it contains to complete the labs.
30
+
31
+
> **Note**: Due to the variety of possible local environment configurations, we can't support setup or resource issues when using the notebooks on your own computer. The notebooks have been tested in the recommended Azure Machine Learning compute instance environment.
0 commit comments