Closed fcollonval closed 5 years ago
Hey,
As it is possible to add metadata to KernelSpec,
KernelSpec
https://github.com/jupyter/jupyter_client/blob/44980c13680f4e4226cf25f199ce4e4bb6e11296/jupyter_client/kernelspec.py#L28-L37
it would be nice to add the name and folder of the environment for the kernel. Some extensions will benefit from accessing those information directly especially as the environment name as to be cleaned to generate the kernel name.
Hey,
As it is possible to add metadata to
KernelSpec
,https://github.com/jupyter/jupyter_client/blob/44980c13680f4e4226cf25f199ce4e4bb6e11296/jupyter_client/kernelspec.py#L28-L37
it would be nice to add the name and folder of the environment for the kernel. Some extensions will benefit from accessing those information directly especially as the environment name as to be cleaned to generate the kernel name.