You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting this error when trying to run pretty standard code inside a notebook:
unexpected error: Error: Unexpected pending rebuildTimer
at sys.setTimeout (/Users/bracesproul/.npm-global/lib/node_modules/tslab/dist/converter.js:111:19)
at scheduleProgramUpdate (/Users/bracesproul/.npm-global/lib/node_modules/tslab/node_modules/@tslab/typescript-for-tslab/lib/typescript.js:122735:35)
at onSourceFileChange (/Users/bracesproul/.npm-global/lib/node_modules/tslab/node_modules/@tslab/typescript-for-tslab/lib/typescript.js:122876:7)
at [/Users/bracesproul/.npm-global/lib/node_modules/tslab/node_modules/](https://file+.vscode-resource.vscode-cdn.net/Users/bracesproul/.npm-global/lib/node_modules/tslab/node_modules/)@tslab/typescript-for-tslab/lib/typescript.js:122868:56
at updateContent (/Users/bracesproul/.npm-global/lib/node_modules/tslab/dist/converter.js:601:9)
at Object.convert (/Users/bracesproul/.npm-global/lib/node_modules/tslab/dist/converter.js:252:9)
at Object.execute (/Users/bracesproul/.npm-global/lib/node_modules/tslab/dist/executor.js:138:38)
at JupyterHandlerImpl.handleExecuteImpl (/Users/bracesproul/.npm-global/lib/node_modules/tslab/dist/jupyter.js:223:38)
at [/Users/bracesproul/.npm-global/lib/node_modules/tslab/dist/jupyter.js:181:57](https://file+.vscode-resource.vscode-cdn.net/Users/bracesproul/.npm-global/lib/node_modules/tslab/dist/jupyter.js:181:57)
at async JupyterHandlerImpl.handleExecute (/Users/bracesproul/.npm-global/lib/node_modules/tslab/dist/jupyter.js:181:21)
constloader=newUnstructuredLoader(markdownPath,{chunkingStrategy: "by_title"});constdata=awaitloader.load()console.log(`Number of documents: ${data.length}\n`)for(constdocofdata.slice(0,2)){console.log(doc);console.log("\n");}
Getting this error when trying to run pretty standard code inside a notebook:
Kernel: TypeScript
Here are the cells & TS code:
The text was updated successfully, but these errors were encountered: