You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Jupyter Administrator to define a set of available parameters (with default value) for a Kernel.
The Jupyter User (WEB of CLI) to provide values for the defined parameters.
A POC (2,5 years ago, see jupyter/jupyter_client#612 (comment)) has been achieved and need the following changes (in jupyter-server, jupyter-client and jupyterlab):
For this POC, the Kernelspec has been updated to add a JSON Schema as additional attribute to the kernel_provisioner stanza. One important aspect of this RFC is to agree on the format of the kernelspec (it may sound more adequate to have the JSON schema under a top parameters stanza.
The goal is to allow the
A POC (2,5 years ago, see jupyter/jupyter_client#612 (comment)) has been achieved and need the following changes (in jupyter-server, jupyter-client and jupyterlab):
For this POC, the Kernelspec has been updated to add a JSON Schema as additional attribute to the
kernel_provisioner
stanza. One important aspect of this RFC is to agree on the format of the kernelspec (it may sound more adequate to have the JSON schema under a topparameters
stanza.Prior Art
JEP
JupyterLab
envs
parameter Kernel gatewayenvs
parameter jupyterlab/jupyterlab#7640Jupyter Client
Kernel Manager
Kernel Provisonner
Jupyter Server
The text was updated successfully, but these errors were encountered: