Gets the kernel associated with a given resource.
For instance, if the resource is a notebook URI, returns the kernel associated with that notebook.
Only kernels which have already been started by the user and belonging to Notebooks that are currently opened will be returned.
URI of the resource (notebook document)
The kernel instance, or undefined if no kernel is associated
API for interacting with Jupyter kernels.