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: NBSETUP.md
+10-6Lines changed: 10 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
-
# Notebook setup
1
+
# Setting up environment
2
2
3
3
---
4
4
5
-
To run the notebooks in this repository use one of these methods:
5
+
To run the notebooks in this repository use one of the two options.
6
6
7
7
## Option 1: Use Azure Notebooks
8
8
Azure Notebooks is a hosted Jupyter-based notebook service in the Azure cloud. Azure Machine Learning Python SDK is already pre-installed in the Azure Notebooks `Python 3.6` kernel.
@@ -17,10 +17,17 @@ Azure Notebooks is a hosted Jupyter-based notebook service in the Azure cloud. A
17
17

18
18
19
19
## **Option 2: Use your own notebook server**
20
+
21
+
### Quick installation
22
+
We recommend you create a Python virtual environment ([Miniconda](https://conda.io/miniconda.html) preferred but [virtualenv](https://virtualenv.pypa.io/en/latest/) works too) and install the SDK in it.
0 commit comments