title | authors | issue-number | pr-number | date-started |
---|---|---|---|---|
kernelspec specification |
Johan Mabille |
XX |
105 |
2023-04-19 |
The kernelspec configuration file is documented aside the kernel protocol documentation, and an implementation is available, but it is not specified. Besides, it might be unclear whether the kernelspec is part of the kernel protocol, or independent.
We propose to specify the kernelspec with the JSON schema joined in this PR. The specification would reflect
the current description of the kernelspec,
and adds an optional kernel_protocol_version
field.
The documentation of the kernelspec will be stored aside that of the kernel protocol. The schema will be stored in the dedicated repo for all Jupyter schemas.
None, this JEP only adds an optional field in the kernelspec.