Jupyter Notebook无法使用crontab定期运行

时间:2019-04-29 15:38:50

标签: python cron jupyter-notebook jupyter

我需要每分钟在ssh服务器上执行我的文件,所以我要在终端上

* * * * * jupyter nbconvert --execute test.ipynb

但它说我:

-bash: another_test.ipynb: command not found

p.s。当我执行crontab -l时,我看到* * * * * jupyter nbconvert --execute test.ipynb,因此所需的文件存在。

我刚做完

jupyter nbconvert --execute test.ipynb

它可以运行,但是我需要它是自动的。

我在做什么错,可以解决吗? 而且我也不明白为什么cron试图运行another_test.ipynb(如果未在任何地方提及)。谢谢!

0 个答案:

没有答案