Attempt to move the save-to-board feature into a button instead of ju… #103
Annotations
7 errors
|
build-kernel
Process completed with exit code 1.
|
|
build-kernel
Type '{ status: string; execution_count: number; user_expressions: {}; }' is not assignable to type '{ status: string; execution_count: number; ename?: string | undefined; evalue?: string | undefined; traceback?: string[] | undefined; }'.
|
|
build-kernel
Argument of type '(content: string) => void' is not assignable to parameter of type 'StreamCallback'.
|
|
build-kernel
Type '{ status: string; execution_count: number; ename?: string | undefined; evalue?: string | undefined; traceback?: string[] | undefined; }' is not assignable to type 'ReplyContent<IExecuteReply> & IExecuteCount'.
|
|
build-kernel
Property 'currentWidget' does not exist on type 'never'.
|
|
build-kernel
Cannot find module '@jupyterlab/notebook' or its corresponding type declarations.
|
|
build-kernel
'LabShell' is declared but its value is never read.
|