mirror of
https://github.com/Azure/MachineLearningNotebooks.git
synced 2025-12-25 01:00:11 -05:00
1.4 KiB
1.4 KiB
Notebook setup
To run the notebooks in this repository use one of these methods:
Use Azure Notebooks - Jupyter based notebooks in the Azure cloud
-
Import sample notebooks into Azure Notebooks -
Follow the instructions in the Configuration notebook to create and connect to a workspace
-
Open one of the sample notebooks
Make sure the Azure Notebook kernel is set to
Python 3.6when you open a notebook
Use your own notebook server
Video walkthrough:
-
Setup a Jupyter Notebook server and install the Azure Machine Learning SDK
-
Clone this repository
-
You may need to install other packages for specific notebook
- For example, to run the Azure Machine Learning Data Prep notebooks, install the extra dataprep SDK:
pip install azureml-dataprep -
Start your notebook server
-
Follow the instructions in the Configuration notebook to create and connect to a workspace
-
Open one of the sample notebooks

