-
Notifications
You must be signed in to change notification settings - Fork 283
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Parametrized kernels for passing arguments in to starting up kernels #434
Comments
@SylvainCorlay - I couldn't find an issue from the previous discussion (last year?) on kernel arguments. Is there one? CC also @takluyver @minrk |
Thanks for opening this issue. FWIW, we've had some discussion of parameterized kernels over in Enterprise Gateway. This is more along the lines of configuring the kernel runtime env but would also apply to explicit parameters as well. |
Thanks for the EG pointer @kevin-bates, its quite helpful. |
I could find the notes from the last dev meeting about parameterized kernels: |
A proof of concept relative to kernel providers can be found here: takluyver/jupyter_kernel_mgmt#22 Note that I believe the core functionality would be to have metadata that describes the parameters (ideally adhering to a defined schema) returned from The nice thing about the kernel provider approach is that each provider would define and understand the parameters it supports. Of course the current model, given rich enough metadata, could perform validation in a similar manner. |
Please add support for parametrized kernels so that one can pass custom arguments in to the kernels from the client (API handlers).
@SylvainCorlay @jasongrout
The text was updated successfully, but these errors were encountered: