Skip to content

Commit d60de1d

Browse files
committed
Update change log and readme
1 parent c1e9aa1 commit d60de1d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Changelog
22

33
## 2.0.3 (10 Sept 2021)
4+
* Support for user input in notebooks using [readline](https://nodejs.org/api/readline.html#readline_readline_createinterface_options)
45
* Update samples to use `isomorphic-fetch` instead of `node-fetch` (and pre-requisite `npm` packages).
5-
* Basic support for user input in notebooks using [readline](https://nodejs.org/api/readline.html#readline_readline_createinterface_options)
66

77
## 2.0.2 (6 Sept 2021)
88
* Excellent support for [arquero](https://uwdata.github.io/arquero/) (rich HTML output)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
* Excellent support for [arquero](https://uwdata.github.io/arquero/) (rich HTML output)
1010
* Run shell scripts within the notebook cell.
1111
* Quickly prototype and view HTML/JavaScript/CSS output
12-
* Basic support for user input using [readline](https://nodejs.org/api/readline.html#readline_readline_createinterface_options)
12+
* Support for user input using [readline](https://nodejs.org/api/readline.html#readline_readline_createinterface_options)
1313

1414

1515
Packages such [plotly](https://plotly.com/javascript/), [tfjs-vis](https://www.npmjs.com/package/@tensorflow/tfjs-vis) & [danfo.js](https://danfo.jsdata.org/) support rich visualzation only in the browser,

0 commit comments

Comments
 (0)