@datalayer/core
Version:
**Datalayer Core**
9 lines (8 loc) • 311 B
TypeScript
/**
* Call the jupyter_kernels extension
*
* @param endPoint API REST end point for the extension
* @param init Initial values for the request
* @returns The response body interpreted as JSON
*/
export declare function requestJupyterKernelsExtension<T>(endPoint?: string, init?: RequestInit): Promise<T>;