How to make enterprise_gateway use an existing kernel pod?

Hi!everyone!
I have a scenario where I want different Jupyter notebooks to reuse the same kernel pod to avoid the overhead of deploying a kernel pod each time.
Here is an example:


I’ve already deployed a notebook pod: wx-study-gpu-0 and an enterprise gateway. The EG has launched a kernel pod, and the notebook is using this kernel pod. I want to start another notebook using the kernel pod currently being used by the first notebook, or use an existing but unused kernel pod. What should I do?
I understand that EG starts a new kernel pod each time. Is it possible for it to not restart and use a previously started, existing kernel pod? Or, without using EG, are there other projects that have this capability?