What is the best way to shut down the kedro
managed Jupyter server?
When I press CTRL + C
it seems that the server automatically shuts down without any additional user confirmation. This is not usually the case with a “normal” Jupyter server. I usually have to answer Y
to confirm. I couldn’t see anything in the kedro
Jupyter configs implementation that would e.g. NotebookApp.answer_yesBool
set to True
.
In addition to the above, I can see that there are “leftover” processes running even after shutting down the Jupyter notebook server.
Is this intentional? If so, for what purpose?