tiburon-security / jupyterlab_scheduler

Jupyter Lab Plugin for scheduling recurring execution of files within the UI using Cron
MIT License
24 stars 18 forks source link

Installation is OK, but "There was an error submitting job!" #17

Open leandromaiaf opened 2 years ago

leandromaiaf commented 2 years ago

Hi, I tried to follow the recommendations of other issues I've found here, but I'm still getting this error. My goal is to set up a routine to run a code on windows (locally).

I really appreciate your help!

image

jovanni-hernandez commented 2 years ago

Hi @leandromaiaf - this tool is completely untested in Windows. Under the hood, it uses CRON, which is a Linux-based application. Best advise I can give it to create a linux VM on your workstation and use it in there.

leandromaiaf commented 2 years ago

Hi @jovanni-hernandez, I'm giving a try on linux right now. Hope I'll be back with good news. Thanks for your support.