jupyter_server icon indicating copy to clipboard operation
jupyter_server copied to clipboard

Parameterized kernel specs

Open AnastasiaSliusar opened this issue 1 year ago • 0 comments

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

AnastasiaSliusar avatar Jun 12 '24 16:06 AnastasiaSliusar