[sage-support] Re: Right way to kill notebook server on single-user machine

2018-05-03 Thread Tevian Dray
Nope -- or at least, not for me. "jupyter notebook list" works fine, but "jupyter notebook stop " returns an error indicating that the file stop can not be found... Perhaps this feature has been dropped? This approach also appears to be slow, presumably due to overhead when starting jupyt

[sage-support] Re: Right way to kill notebook server on single-user machine

2018-05-03 Thread Nils Bruin
On Thursday, May 3, 2018 at 2:32:22 PM UTC-7, Tevian Dray wrote: > > Finally had a chance to test this; yes it works -- although it is > apparently possible to send the two kill commands too close together. Thank > you very much. Have to say it's a bit of a kluge, though -- the design > assumpt

[sage-support] Re: Right way to kill notebook server on single-user machine

2018-05-03 Thread Tevian Dray
Finally had a chance to test this; yes it works -- although it is apparently possible to send the two kill commands too close together. Thank you very much. Have to say it's a bit of a kluge, though -- the design assumption that notebooks will always be started in shell windows that stay open

[sage-support] Re: Right way to kill notebook server on single-user machine

2018-04-25 Thread Nils Bruin
When you start up the jupyter notebook it writes some files describing its state. On Fedora, they end up in in /run/user//jupyter. There's a file there nbserver-.json. In the file you'll find some basic data about the server, including the "pid", which also appears in the filename. executing k