Skip to content

Releases: DonJayamanne/typescript-notebook

2.0.4

13 Oct 07:29
Compare
Choose a tag to compare
  • Support for a REPL (Interactive Window) experience (#37)
  • Fix typescript copmilation (#40)
  • Updates to TypeScript 4.4.4

2.0.3

13 Oct 06:34
Compare
Choose a tag to compare
  • Support for user input in notebooks using readline
  • Update samples to use isomorphic-fetch instead of node-fetch (and pre-requisite npm packages).

2.0.2

07 Sep 05:00
Compare
Choose a tag to compare
  • Excellent support for arquero (rich HTML output)
  • New notebooks default cells to typescript
  • Displaying cell execution errors on Linux
  • Display Tensorflow Visualization panel only when required.
  • Ability to always hide Tensorflow Visualization panel via the setting "node_notebook.disableTensorflowVis": true

2.0.0

03 Sep 02:31
Compare
Choose a tag to compare
  • Run & debug JavaScript, TypeScript code in node.js
  • Built in support for typescript (ships with TypeScript & ts-node).
  • Built in support for plotly (plotly.js is shipped with the extension)
  • Rich (inline visualizations) using @tensforflow/tfjs-vis & Tensorboards
  • Excellent support for danfo.js (rich HTML output and plots)
  • Run shell scripts within the notebook cell.
  • Quickly prototype and view HTML/JavaScript/CSS output

1.1.0

25 Feb 18:45
Compare
Choose a tag to compare

Fix kernel registration on Windows.

1.0.0

22 Feb 07:31
Compare
Choose a tag to compare

First release