typescript-notebook icon indicating copy to clipboard operation
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

Results 57 typescript-notebook issues
Sort by recently updated
recently updated
newest added

https://github.com/observablehq/plot

Shipping of node-pty per OS will have to be done using the new platform specific extensions

Currently when debugging cells without any top level awaits, we see local variables. However with top level awaits no such scope (because of the IIFE). **Solutions:** * Keep track of...

bug

Would be awesome to add variable explorer :)

Importing a package works as expected in the cell where the import is defined. However, typescript lints in following cells that the import is unavailable and upon execution, a crash...

If I have two notes open (although totally saved and unrelated), I get variable name clashes. Like, I can not use the same variable name in 2 separate notes (at...

From the command line, a Jupyter notebook can be converted to a different format using the following command: `$ jupyter nbconvert --to ` Is the same possible with Node.js Notebooks??

![telegram-cloud-photo-size-2-5377407743490642915-w](https://github.com/DonJayamanne/typescript-notebook/assets/33095952/d6a8d18d-028c-4d53-b26d-5768d4631787) Is there any workaround? ``` .../projects/echarts/node_modules/echarts/dist/echarts.js:123 env.touchEventsSupported = 'ontouchstart' in window && !browser.ie && !browser.edge; ^ at detect (.../projects/echarts/node_modules/echarts/node_modules/zrender/lib/core/env.js:66:50) at .../projects/echarts/node_modules/echarts/node_modules/zrender/lib/core/env.js:40:5 at .../projects/echarts/node_modules/echarts/dist/echarts.js:22:68 at Object. (.../projects/echarts/node_modules/echarts/dist/echarts.js:25:2) at Module._compile (node:internal/modules/cjs/loader:1376:14)...

![image](https://user-images.githubusercontent.com/2620634/219880824-46f14af6-b958-4870-b19e-3c4e8dc871b2.png)