Automatically start Jupyter Lab on Windows 10 startup

Hi,

Can anyone please guide me on how to automatically start Jupyter Lab server on Windows 10 startup?

I have a jupyter notebook that automates a task and I tried to schedule it by creating a job in Jupyterlab, but the problem is Jupyterlab should be running for the job to execute.

  1. create a bat (old) or ps1 (modern) script file to start jupyter lab and make sure it works as expected, by executing it.
  2. copy the file to your autostart folder.
2 Likes