Azure / Azure/MachineLearningNotebooks

Error Running Sample Notebook - Azure Machine Learning Pipeline with NotebookRunnerStep

Open
#1,781 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
Jupyter Notebook
Stars
4.4k
Forks
2.6k
PR merge metrics
No merged PRs in 30d

Description

Currently Trying to execute this [Sample Notebook](https://github.com/Azure/MachineLearningNotebooks/blob/master/how-to-use-azureml/machine-learning-pipelines/intro-to-pipelines/aml-pipelines-with-notebook-runner-step.ipynb).

I get the following error when Creating Notebook run configuration and setting parameter values as shown below

`handler = AzureMLNotebookHandler(timeout=600, progress_bar=False, log_output=True)

cfg = NotebookRunConfig(source_directory=source_directory, notebook="training_notebook.ipynb",
handler = handler,
parameters={"arg1": "Machine Learning"},
run_config=conda_run_config)

print("Notebook Run Config is created.")`

Screen Shot 2022-07-14 at 20 26 36
l
Screen Shot 2022-07-14 at 20 27 20

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.