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. How can I make the kernel pod persistent and allow new Jupyter notebooks to use this persistent kernel pod?
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. How can I make the kernel pod persistent and allow new Jupyter notebooks to use this persistent kernel pod?