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: README.md
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,13 @@ and maintaining the complete data science workflow from the cloud.
7
7
8
8

9
9
10
-
## How to use and navigate the example notebooks?
11
-
12
-
You can set up you own Python environment or use Azure Notebooks with Azure ML SDK pre-installed. Read [these instructions](./NBSETUP.md) to set up your environment and clone the example notebooks.
10
+
## Quick installation
11
+
```sh
12
+
pip install azureml-sdk
13
+
```
14
+
Read more detailed instructions on [how to set up your environment](./NBSETUP.md).
13
15
16
+
## How to navigate and use the example notebooks?
14
17
You should always run the [Configuration](./configuration.ipynb) notebook first when setting up a notebook library on a new machine or in a new environment. It configures your notebook library to connect to an Azure Machine Learning workspace, and sets up your workspace and compute to be used by many of the other examples.
15
18
16
19
If you want to...
@@ -53,4 +56,4 @@ Visit following repos to see projects contributed by Azure ML users:
53
56
54
57
-[Fine tune natural language processing models using Azure Machine Learning service](https://github.com/Microsoft/AzureML-BERT)
55
58
-[Fashion MNIST with Azure ML SDK](https://github.com/amynic/azureml-sdk-fashion)
0 commit comments