dbg #106
Annotations
6 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
'notebook.content.model' is possibly 'null'.
|
|
build-kernel
Conversion of type 'undefined' to type '{ currentWidget?: unknown; }' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
|