Re: [jupyter] How to make automatic shutdown of notebook when notebooks are idle for long hours.

2019-02-06 Thread Jafar Sharif
Hi Luciano, I have followed the same thing that has mentioned in the blog but even though it is not killing the idle kernels. I am attaching the config file of mine can you check it once and let me know is there any additional config changes need to be done to make it work. Thanks Jafar

Re: [jupyter] How to make automatic shutdown of notebook when notebooks are idle for long hours.

2019-02-06 Thread Luciano Resende
This article should provide you with all the info required to use kernel culling. https://developer.ibm.com/code/2017/10/26/limit-notebook-resource-consumption-culling-kernels/ On Wed, Feb 6, 2019 at 2:59 AM Jafar Sharif wrote: > > Hi, >Is there a way to make the notebooks that are idle for

Re: [jupyter] How to make automatic shutdown of notebook when notebooks are idle for long hours.

2019-02-06 Thread Kerwin Sun
I have a PR about autoshutdown kernel. https://github.com/jupyter/notebook/pull/4306. Maybe this can help you. Jafar Sharif 于2019年2月6日周三 下午6:59写道: > Hi, >Is there a way to make the notebooks that are idle for long hours > (closing the notebook window without shutdown) to shutdown