Closed mmcky closed 5 years ago
@AakashGfude perhaps we should review how jupyter
actually launch servers and implement something similar so we aren't just using Popen
but rather a direct call to launch the server so that we have more control?
I think this file should give us some insight
https://github.com/jupyter/notebook/blob/master/notebook/notebookapp.py
It looks like
jupinx
is using100%
cpu while it waits for users to close the server usingCtrl-C
.https://files.slack.com/files-pri/T6A2RJC1F-FM69P2T2S/htop.png
We should review how Popen opens the servers and closes them at exit.