UNPKG

@datalayer/core

Version:

[![Datalayer](https://assets.datalayer.tech/datalayer-25.svg)](https://datalayer.io)

8 lines (7 loc) 282 B
import { BoxPanel } from '@lumino/widgets'; type IJupyterNotebooProps = { boxPanel: BoxPanel; height?: string; }; export declare const JupyterNotebook: ({ boxPanel, height, }: IJupyterNotebooProps) => import("react/jsx-runtime").JSX.Element; export default JupyterNotebook;