0

I'm new to Datalab. After going through the Quickstart and much of documentation, I still cannot figure out what to do if I want to run a notebook automatically e.g. once a day.

Can you please help

Thanks

Ilja
  • 993
  • 2
  • 17
  • 36

1 Answers1

2

Datalab does not offer an out of box solution to running notebooks automatically on a schedule. If you're willing to write some code to automate running a notebook, you can take a look at the test script for the Datalab notebooks repository here. This uses jupyter nbconvert to run notebooks, and you can easily run this script on a schedule.

yelsayed
  • 5,236
  • 3
  • 27
  • 38