vscode-javascript-notebooks icon indicating copy to clipboard operation
vscode-javascript-notebooks copied to clipboard

JavaScript & TypeScript Notebooks for VS Code

Results 12 vscode-javascript-notebooks issues
Sort by recently updated
recently updated
newest added

After building a `.vsix` package and install it on local vscode, the `/samples/notebook.jsnb` file open and render correctly, but can't run any code. vscode throws the error: `EvalError: Refused to...

bug

It seems when you use `var c = {}` then c is returned to be used in the next cell, but if you use `const c = {} `then it's...

Maybe show a indented json in case of object view

Currently the only one is plain/text and arrays just get dumped as a comma seperated text blob. It's ok for small arrays, but not great for larger ones, or for...

- [x] Isolate workers per notebook - [x] Dynamically create workers on demand - [ ] Dispose workers on demand