Event that fires when the server list changes due to runtime creation or authentication state changes.
Disposes all resources including auth listener, server collection, and event emitter.
Handles command execution when user clicks a runtime creation command in the kernel picker.
The command selected by the user.
Cancellation token for the operation.
Newly created runtime server or undefined if cancelled.
Provides commands that appear below servers in the kernel picker for creating new runtimes.
Filter string from the kernel picker search.
Cancellation token for the operation.
Array of available runtime creation commands.
Provides the list of Datalayer runtime servers for the Jupyter extension kernel picker.
Cancellation token for the operation.
Array of available Datalayer runtime servers.
Resolves connection information for a Datalayer runtime server when selected by the user.
Server to resolve connection information for.
Cancellation token for the operation.
Resolved server with connection details.
Datalayer Jupyter Server Provider. Provides runtime servers + creation commands in the kernel picker.
Architecture (based on Colab):