voila icon indicating copy to clipboard operation
voila copied to clipboard

command line - voila list & voila stop

Open itsergiu opened this issue 3 years ago • 1 comments

I start voila from a bat file as described here. I need also to stop voila from a bat file. I want to use Windows Task Scheduler to start voila and stop voila.

How to list running voila servers from a command line similarly to jupyter notebook list? How to stop voila from a command line similarly to jupyter notebook stop 8877?

itsergiu avatar May 15 '21 19:05 itsergiu

Thanks @itsergiu.

How to list running voila servers from a command line similarly to jupyter notebook list? How to stop voila from a command line similarly to jupyter notebook stop 8877?

Looks like voila would need to have something similar to the following to support this:

https://github.com/jupyter-server/jupyter_server/blob/450010eae202ccc6d7a92515629c1c765068451e/jupyter_server/serverapp.py#L2368-L2396

Also if such feature was implemented the command line might be confusing, since voila list would try to open list as a folder or file.

jtpio avatar Jun 23 '21 13:06 jtpio