Using Jupyterlab to schedule scripts across more than one machine

Hi, I’m hoping someone can guide me in the right direction here…
We currently have anaconda navigator installed on each users machine where each user creates their own environment to create python scripts in Jupyter Notebook/ JupyterLab. I currently have jupyter_scheduler set up on my machine through JupyterLab to automatically execute scripts during the day. The script then produces an excel file which is saved in our shared directories. The scheduler will only run if I’m logged in on my machine. The problem is, if I’m not working on one of the days then the scheduler will not run, meaning someone else has to manually run the scripts.
Is there a way to have the jupyter_scheduler run across all machines, regardless if anyone is signed in?

I’m not sure if we have to set up anaconda remotely, or would it be better to use vscode, or something completely different? Thanks for your help!