Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 1.72 KB

CHANGELOG.md

File metadata and controls

33 lines (26 loc) · 1.72 KB

Changelog

2.0.5 (8 Nov 2021)

  • Ensure it works in WSL (#44)

2.0.4 (12 Oct 2021)

  • Support for a REPL (Interactive Window) experience (#37)
  • Fix typescript compilation (#40)
  • Updates to TypeScript 4.4.4

2.0.3 (12 Sept 2021)

  • 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 (6 Sept 2021)

  • 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.1 (2 Sept 2021)

  • Updated readme

2.0.0 (2 Sept 2021)

  • 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 @tensorflow/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