You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kernel_launch/README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,4 +29,6 @@ Official document at `~/.ipython/profile_default/startup/README`:
29
29
The current script references [Jupyter Kernel Image](https://github.com/jupyter-server/enterprise_gateway/tree/main/etc/kernel-launchers) and has made the following modifications:
30
30
31
31
- The kernel can be started using a user-specified port.
32
-
- The public key is set as an optional parameter; however, it is required when the response address is provided.
32
+
- The `PUBLIC_KEY` is set as an optional parameter; however, it is required when the response address is provided.
33
+
- Use the `KERNEL_ID` from the environment variables as the key to connect to the kernel.
34
+
- Add the `KERNEL_IDLE_TIMEOUT` environment variable. Once set, any kernel that remains idle for longer than this duration will be terminated.
0 commit comments