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

When playing around with some cells in this notebook, I am not getting any actionable compilation / runtime errors. I get line numbers, but not the reasons: ![image](https://user-images.githubusercontent.com/141554/182711045-bebcd1e0-ff54-4994-b5eb-9ffd89cb1b6f.png)

I have installed the extension but toolbar is missing for nodejs REPL. I have installed jupyter extension as well but no luck. Please help to fix the issue.

``` // This module is built into the notebook. You do not need to install this. // You could install this to get code completion (i.e. intellisense). const {display} =...

Jupyter command: Create new Jupyter Notebook Notebook: Node.js Notebook

When I run an iteration with 2 console.logs it logs the 1 6 ``` const arr = [1,2,3,4,5]; arr.forEach(item=>{ console.log(item) console.log(item +1) }) ``` If I comment out one of...

I know you have previously mentioned, in #59 and #51 for example, that it was fixed, but the issue still seems present in the latest version?

Running a basic notebook from the samples gives: ``` 2022-05-26 16:58:02.681260: I tensorflow/core/platform/cpu_feature_guard.cc:151] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU...

It seems to be just using node to run shell scripts.

Let's say you have json object that you log, is it possible to fold and unfold elements in the tree in the same way you can in a browser's dev...