Project Template for Jupyter Notebooks in Azure Machine Learning Workbench
Перейти к файлу
microsoft-github-policy-service[bot] 82c7e397f4
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2023-05-31 18:48:49 +00:00
aml_config Update conda_dependencies.yml 2018-01-02 14:11:52 -05:00
.gitignore Update .gitignore 2017-11-20 12:52:32 -05:00
LICENSE Initial commit 2017-11-20 09:50:35 -08:00
SECURITY.md Microsoft mandatory file 2023-01-24 16:44:42 +00:00
readme.md Update and rename README.md to readme.md 2017-11-20 12:56:33 -05:00
sample.ipynb Update sample.ipynb 2017-11-20 13:34:28 -05:00

readme.md

Getting Started

Welcome to Jupyter Notebooks in Azure Machine Learning. For more information go to How to Use Jupyter Notebooks

Go to Notebooks tab and select the sample Notebook to view it. To edit and run cells, click Launch Notebook Server. Select a kernel, and wait for it to start to run cells.

Note: Do not select Python 3 kernel. Instead, select one of the kernels named after your project.

You can also launch Notebook server by opening File, Open Command Prompt, and entering az ml notebook start.

You can explore past runs of Notebook cells using the Run History tab. Click the gear icon next to the list of runs, and select Cell as one of colums to find specific cell runs.