dbg #107
Annotations
7 errors
Build the extension
Process completed with exit code 1.
|
Build the extension
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 the extension
Argument of type '(content: string) => void' is not assignable to parameter of type 'StreamCallback'.
|
Build the extension
Type 'JupyterLiteServer | undefined' is not assignable to type 'JupyterLiteServer'.
|
Build the extension
Type '{ status: string; execution_count: number; ename?: string | undefined; evalue?: string | undefined; traceback?: string[] | undefined; }' is not assignable to type 'ReplyContent<IExecuteReply> & IExecuteCount'.
|
Build the extension
'notebook.content.model' is possibly 'null'.
|
Build the extension
Property 'currentWidget' does not exist on type 'never'.
|
Loading