how to run a python jupyter notebook daily automatically

后端 未结 7 908
无人共我
无人共我 2020-12-14 08:35

I have a code in a python jupyter notebook but i need to run this every day so I would like to know if there\'s a way to set this, I really appreciate it

7条回答
  •  难免孤独
    2020-12-14 09:04

    As others have mentioned, papermill is the way to go. Papermill is just nbconvert with a few extra features.

    If you want to handle a workflow of multiple notebooks that depend on one another, you can try Airflow's integration with papermill. If you are looking for something simpler that does not need a scheduler to run, you can try ploomber which also integrates with papermill (Disclaimer: I'm the author).

提交回复
热议问题