jupyter_server
jupyter_server copied to clipboard
Parameterized kernel specs
References
This work is in progress as JEP jupyter/enhancement-proposals#87. This PR should be reviewed when the JEP has been accepted
Code changes
This PR includes support of custom_kernel_specs variable that is used to setup custom kernel specs before running a kernel.
This custom_kernel_specs includes kernel parameters which a user has selected from a kernel dialog on JupyterLab
How to use
- Please use this PR together with next PRs: https://github.com/jupyterlab/jupyterlab/pull/16487 https://github.com/jupyter/jupyter_client/pull/1028/ https://github.com/jupyterlab/jupyterlab_server/pull/460