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!
Scheduling Jupyter notebook run in AzureML
MOHAMMED ABDULLA T
6
Reputation points
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
2 answers
Sort by: Most helpful
-
-
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.
.jpg
Error: 'ModuleNotFoundError: No module named 'prophet''