Extension API: triggering kernel selection for a specific JupyterServer #16528
Replies: 2 comments
-
So the Is this an extension I can try out? |
Beta Was this translation helpful? Give feedback.
-
@DonJayamanne thanks so much for your reply! there's not an extension that can be tried out yet but the dedicated command would be mainly for convenience (e.g., a shortcut to bypass steps 1 -3 in the example above). on a related note, if the user has the ability to delete a kernel, how do we ensure the kernel selector gets updated? it looks like the kernel selector will default to another kernel in its place; however, running a cell does not seem to work. |
Beta Was this translation helpful? Give feedback.
-
hi! I'm wondering if there's a way to programmatically trigger the kernel selector for a specific JupyterServer (e.g., via executeCommand)?
We currently implement a JupyterServerProvider, which allows the user to select one of our servers and triggers the kernel selector. This happens in the context of a flow where:
Notebook: Select Notebook Kernel Command
Select Another Kernel...
Is there a way we could trigger step 4 for a specific server programmatically?
for context: our use case would be to surface an Add Server command where, after the server is created, it's used to trigger the kernel selector
Beta Was this translation helpful? Give feedback.
All reactions