Hello Igor, there's no config parameter for this, afaik. The kernel gateway has a parameter to limit the number of kernels, but the notebook server does not. And even the kernel gateway will not automatically stop a running kernel. Rather, it would refuse to create new kernels until an old one has been stopped.
You could implement and configure a custom kernel manager that does what you want. See config property "NotebookApp.kernel_manager_class". hope that helps, Roland -- You received this message because you are subscribed to the Google Groups "Project Jupyter" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/05bd73b1-1040-491a-8c5f-36d5c7fb6268%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
