Is it possible to schedule a Python script on Azure Notebooks?
I've written a simple script saved as test.py
:
That runs absolutely fine when I run it in the terminal as
python library/code/test.py
I've got a cron that looks like this:
But nothing is produced when I save the cron. I've set it as * * * * *
so there's no opportunity for confusion with timezones just whilst I'm testing.
I can't find where the cron might be emailing me errors and outputs within the Azure environment. My root directory looks like this and there's nothing in mail
: