On Nov 12 2020, at 10:44 pm, vishal sharma <vish...@gmail.com> wrote: > Can we handle " shutdown_on_logout" from Jupyter UI ? if not from UI , then > where i need to change it to 'false' .
I'm not aware of any UI access to this setting. It's set as are all JupyterHub settings: in the jupyterhub_config.py file or via command-line options. The JupyterHub documentation explains the details: https://jupyterhub.readthedocs.io/en/stable/getting-started/config-basics.html Note that if you're using Zero to JupyterHub, you can add configuration in the hub.extraConfig property: https://zero-to-jupyterhub.readthedocs.io/en/latest/resources/reference.html#hub-extraconfig > After changing do i need to perform helm upgrade again , if yes then is there > any affect on my current notebooks. This will depend entirely on how you've configured your deploy. Your hub will have to be restarted to pick up the new settings. If the new settings are included in your helm config, then a helm upgrade is probably the easiest thing to do. If you're running a separate proxy, existing users should not notice a hub restart. If not, I suspect, though I do not know for sure, that all existing websocket connections will be dropped, and users would have to reconnect to their kernels to continue. As an aside, you're more likely to get definite answers if you actually take the time to describe your system, instead of making us guess what you did. Robert -- 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 jupyter+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jupyter/FB6682B8-6E19-4966-B5CA-D1DFEFFF66BA%40getmailspring.com.