Open MansurCompAI opened 3 years ago
Likely nbgrader is not on the PATH that your crontab has access to. You can find out the full path to nbgrader with which nbgrader
, and then either use the absolute path in your script or include the directory where nbgrader lives in your crontab path.
Hi there. I would appreciate if you guys help me to solve the problem regarding autograde. I am trying to automate the task which is "nbgrader autograde" using crontab. However, getting error " nbgrader: command not found" (in the email).
this is my bash:
this one is crontab:
Interestingly, If I run the bash itself, nbgradre is working.