typescript-notebook
                                
                                 typescript-notebook copied to clipboard
                                
                                    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
Plain html tables are too boring.
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...
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??
 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)...
