* Interrupt a kernel. * * #### Notes * Uses the [Jupyter Notebook API](http://petstore.swagger.io/?url=https://raw.githubusercontent.com/jupyter/notebook/master/notebook/services/api/api.yaml#!/kernels). * * The promise is fulfilled on a valid response and rejected otherwise.
()
| 4937 | * request fails or the response is invalid. |
| 4938 | */ |
| 4939 | interrupt(): Thenable<void>; |
| 4940 | } |
| 4941 | |
| 4942 | export interface IInfoReply { |
nothing calls this directly
no outgoing calls
no test coverage detected