I access a JupyterHub instance with some preconfigured kernels. I know how to create a new kernel from scratch, but how can I clone an existing one? I want to customize it with my own packages.
I created a pure python kernel, but I'd like to clone our default spark kernel. The new kernel should have the spark object already created.
The JupyterHub env was set up by an admin. It uses pure Python (no Conda).