Skip to content

Commit 69af6e3

Browse files
authored
Merge pull request Azure#23 from Azure/sdg-update
update readme
2 parents e27ab9a + 1a1a816 commit 69af6e3

File tree

3 files changed

+14
-20
lines changed

3 files changed

+14
-20
lines changed

README.md

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,23 @@ To run the notebooks in this repository use one of these methods:
55
## Use Azure Notebooks - Jupyter based notebooks in the Azure cloud
66

77
1. [![Azure Notebooks](https://notebooks.azure.com/launch.png)](https://aka.ms/aml-clone-azure-notebooks)
8-
[Import sample notebooks ](https://aka.ms/aml-clone-azure-notebooks) into Azure Notebooks if they are not already there.
9-
1. Create a workspace and its configuration file (**config.json**) using [these instructions](https://aka.ms/aml-how-to-configure-environment).
10-
1. Select `+New` in the Azure Notebook toolbar to add your **config.json** file to the imported folder.
11-
![upload config file to notebook folder](images/additems.png)
12-
1. Open the notebook.
8+
[Import sample notebooks ](https://aka.ms/aml-clone-azure-notebooks) into Azure Notebooks.
9+
1. Follow the instructions in the [00.configuration](00.configuration.ipynb) notebook to create and connect to a workspace.
10+
1. Open one of the sample notebooks.
1311

14-
**Make sure the Azure Notebook kernal is set to `Python 3.6`** when you open a notebook.
12+
**Make sure the Azure Notebook kernel is set to `Python 3.6`** when you open a notebook.
1513

16-
![set kernal to Python 3.6](images/python36.png)
14+
![set kernel to Python 3.6](images/python36.png)
1715

1816

1917
## **Use your own notebook server**
2018

21-
1. Use [these instructions](https://aka.ms/aml-how-to-configure-environment) to:
22-
* Create a workspace and its configuration file (**config.json**).
23-
* Configure your notebook server.
19+
1. Setup a Jupyter Notebook server and [install the Azure Machine Learning SDK](https://aka.ms/aml-how-to-configure-environment).
2420
1. Clone [this repository](https://aka.ms/aml-notebooks).
25-
1. Add your **config.json** file to the cloned folder
2621
1. You may need to install other packages for specific notebooks
2722
1. Start your notebook server.
28-
1. Open the notebook you want to run.
23+
1. Follow the instructions in the [00.configuration](00.configuration.ipynb) notebook to create and connect to a workspace.
24+
1. Open one of the sample notebooks.
2925

3026
> Note: **Looking for automated machine learning samples?**
3127
> For your convenience, you can use an installation script instead of the steps below for the automated ML notebooks. Go to the [automl folder README](automl/README.md) and follow the instructions. The script installs all packages needed for notebooks in that folder.

automl/README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,16 @@ If you are new to Data Science, AutoML will help you get jumpstarted by simplify
1717
If you are an experienced data scientist, AutoML will help increase your productivity by intelligently performing the model and hyperparameter selection for your training and generates high quality models much quicker than manually specifying several combinations of the parameters and running training jobs. AutoML provides visibility and access to all the training jobs and the performance characteristics of the models to help you further tune the pipeline if you desire.
1818

1919
<a name="jupyter"></a>
20-
## Running samples in Azure Notebooks - Jupyter based notebooks in the Azure cloud
20+
## Running samples in Azure Notebooks - Jupyter based notebooks in the Azure cloud
2121

2222
1. [![Azure Notebooks](https://notebooks.azure.com/launch.png)](https://aka.ms/aml-clone-azure-notebooks)
23-
[Import sample notebooks ](https://aka.ms/aml-clone-azure-notebooks) into Azure Notebooks if they are not already there.
24-
1. Create a workspace and its configuration file (**config.json**) using [these instructions](https://aka.ms/aml-how-to-configure-environment).
25-
1. Select `+New` in the Azure Notebook toolbar to add your **config.json** file to the imported folder.
26-
![upload config file to notebook folder](../images/additems.png)
27-
1. Open the notebook.
23+
[Import sample notebooks ](https://aka.ms/aml-clone-azure-notebooks) into Azure Notebooks.
24+
1. Follow the instructions in the [../00.configuration](00.configuration.ipynb) notebook to create and connect to a workspace.
25+
1. Open one of the sample notebooks.
2826

29-
**Make sure the Azure Notebook kernal is set to `Python 3.6`** when you open a notebook.
27+
**Make sure the Azure Notebook kernel is set to `Python 3.6`** when you open a notebook.
3028

31-
![set kernal to Python 3.6](../images/python36.png)
29+
![set kernel to Python 3.6](../images/python36.png)
3230

3331
<a name="localconda"></a>
3432
## Running samples in a Local Conda environment

images/additems.png

-18.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)