Skip to content

Commit 15fb283

Browse files
authored
Merge pull request #124 from rastala/master
add NBSETUP
2 parents 2667867 + 142514a commit 15fb283

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

NBSETUP.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# Notebook setup
2+
3+
---
4+
5+
To run the notebooks in this repository use one of these methods:
6+
7+
## Use Azure Notebooks - Jupyter based notebooks in the Azure cloud
8+
9+
1. [![Azure Notebooks](https://notebooks.azure.com/launch.png)](https://aka.ms/aml-clone-azure-notebooks)
10+
[Import sample notebooks ](https://aka.ms/aml-clone-azure-notebooks) into Azure Notebooks
11+
1. Follow the instructions in the [Configuration](configuration.ipynb) notebook to create and connect to a workspace
12+
1. Open one of the sample notebooks
13+
14+
**Make sure the Azure Notebook kernel is set to `Python 3.6`** when you open a notebook
15+
16+
![set kernel to Python 3.6](images/python36.png)
17+
18+
## **Use your own notebook server**
19+
20+
Video walkthrough:
21+
22+
[![Get Started video](images/yt_cover.png)](https://youtu.be/VIsXeTuW3FU)
23+
24+
1. Setup a Jupyter Notebook server and [install the Azure Machine Learning SDK](https://docs.microsoft.com/en-us/azure/machine-learning/service/quickstart-create-workspace-with-python)
25+
1. Clone [this repository](https://aka.ms/aml-notebooks)
26+
1. You may need to install other packages for specific notebook
27+
- For example, to run the Azure Machine Learning Data Prep notebooks, install the extra dataprep SDK:
28+
```bash
29+
pip install azureml-dataprep
30+
```
31+
32+
1. Start your notebook server
33+
1. Follow the instructions in the [Configuration](configuration.ipynb) notebook to create and connect to a workspace
34+
1. Open one of the sample notebooks

0 commit comments

Comments
 (0)