DonJayamanne / typescript-notebook

Run JavaScript and TypeScript in node.js within VS Code notebooks with excellent support for debugging, tensorflowjs visulizations, plotly, danfojs, etc
https://marketplace.visualstudio.com/items?itemName=donjayamanne.typescript-notebook
MIT License
905 stars 40 forks source link

Ensure value of last expression is displayed in output #14

Closed DonJayamanne closed 3 years ago

DonJayamanne commented 3 years ago

Take the following code:

var abc = 1234;
abc

The value of abc must be printed out.

DonJayamanne commented 3 years ago

Done, will be shipped soon