Scheduling Jupyter notebook run in AzureML

MOHAMMED ABDULLA T 6 Reputation points
2022-03-14T07:40:30.153+00:00

Hi,
I am trying to run my jupyter notebook in azure ml by scheduling. I noticed some methods to schedule by ml pipeline. But I need to run my jupyter notebook file (.pynb) by scheduling every midnight. Please help me regarding this.

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,335 questions
0 comments No comments
{count} vote

2 answers

Sort by: Most helpful
  1. GiftA-MSFT 11,176 Reputation points
    2022-03-14T18:22:22.967+00:00

    Hi, as far as I know, there's no way to trigger your notebook to run based on a schedule. However, you can schedule your published pipeline to run at a particular frequency and time of day. Detailed information is provided in this document. Hope this helps!

    0 comments No comments

  2. MOHAMMED ABDULLA T 6 Reputation points
    2022-03-15T09:00:24.127+00:00

    Dear @GiftA-MSFT
    I tried to publish my notebook as pipeline. But I am unable to import some libraries (prophet library). Please find my python executable code made for pipeline bellow.
    183209-2.jpg

    2.jpg

    Error: 'ModuleNotFoundError: No module named 'prophet''


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.