You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,10 @@ wowever, this extension leverages the power of Notebooks to provide the same ric
18
18
Use the command `Open a sample node.js notebook` to open a sample notebook to get started with plotly.js, danfo.js, tensorflow.js, etc.
19
19
20
20
## Getting started
21
-
* Create a file with the extension `*.nnb`, e.g. `sample.nnb`
22
-
* Or use the menu item `New File...` to create a Node.js notebook
21
+
* For a REPL experience use the command `Open Node.js REPL`
22
+
* Consider installing the [Jupyter](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) extension for an enhance user interface (toolbars).
23
+
* For a notebook experience, create a file with the extension `*.nnb`, e.g. `sample.nnb`
24
+
* Or use the menu item `New File...` to create a Node.js notebook
Copy file name to clipboardExpand all lines: package.json
+9-3Lines changed: 9 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
{
2
2
"name": "typescript-notebook",
3
-
"displayName": "Node.js Notebooks",
4
-
"description": "Iterative & iteractive programming for Node.js in JavaScript/TypeScript, with great support for Tensorflow.js, debugging, & more..",
5
-
"version": "2.0.3",
3
+
"displayName": "Node.js Notebooks (REPL)",
4
+
"description": "Iterative & iteractive programming for Node.js in JavaScript/TypeScript (REPL), with great support for Tensorflow.js, debugging, & more..",
0 commit comments