typescript-notebook
typescript-notebook copied to clipboard
Run JavaScript and TypeScript in node.js within VS Code notebooks with excellent support for debugging, tensorflowjs visulizations, plotly, danfojs, etc
I have some .d.ts files, which are loaded correctly by the Typescripts (.ts), but not loaded by the Typescript Notebook. - I can execute the cell without any error, but...
I am currently using `import "esm-hook"`, which allows importing of ESM modules to just work. I was wondering if it's possible to add a config option, so that I don't...
The following code results in a error (Typescript or Javascript): ``` javascript const product = { name: 'iPhone', price: 699, }; const { name, ...newProduct} = product ; ```
Extension Version: 2.0.6 VSCode Version: 1.90.0 I tried running sample notebooks and even a simple console.log("Hello"); but its stuck on pending. I got this error in the typescript kernel panel:...
I don't know how to report this errors other than it posting this recording. Notebook never runs and it hangs for a long time. https://github.com/user-attachments/assets/9ca742a1-06b8-4a67-9e37-ea94dbb845fa
Loving the Notebook so far but ran into an issue that after digging into was the result of `o instanceof Object` evaluating to false instead of true. 
Looks like so Expected behavior (without an explicit try/catch block The bug is caused by this line: https://github.com/DonJayamanne/typescript-notebook/blob/main/src/extension/kernel/cellOutput.ts#L345