UNPKG

@datalayer/core

Version:
9 lines (8 loc) 350 B
import { Kernel } from '@datalayer/jupyter-react'; import { ServiceManager } from '@jupyterlab/services'; type INotebookExampleProps = { kernel: Kernel; serviceManager: ServiceManager.IManager; }; export declare const NotebookExample: (props: INotebookExampleProps) => import("react/jsx-runtime").JSX.Element; export default NotebookExample;