Raising timeouts to start Jupyter kernels
When a user starts a new kernel, different options determine how much time Jupyter will wait for it to be successfully spawned before considering the operation as failed. A common reason for timeouts to be reached is because there are no available resources to meet the kernel requirements. For example,…