Skip to content

Commit 0401997

Browse files
update TS notebook example in docs (#124)
and strip out some emojis from the last features list update
1 parent 935cdfd commit 0401997

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Data Table Renderers is a collection of custom tabular data renderers for vscode
3232
- [Geo 🌐 Data Table 🈸 View](https://github.com/RandomFractals/vscode-data-table#geo--data-table--view)
3333
- Experimental [XML Data Table 🈸 View](https://github.com/RandomFractals/vscode-data-table#xml-data-table--view)
3434
- Notebook πŸ““ cell βŒ— [Text Output](https://github.com/RandomFractals/vscode-data-table#text-oputput-view) scrollable container with [code pre-wrap](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/code) for quick copy/paste to other places
35-
- Use [Data Table](https://github.com/RandomFractals/vscode-data-table#data-table--renderer-view) 🈸, [Flat Data Grid](https://github.com/RandomFractals/vscode-data-table#flat-data-%E4%B8%AD-grid-renderer) δΈ­ & [Data Summary](https://github.com/RandomFractals/vscode-data-table#data-summary--renderer-view) 🈷️ Notebook πŸ““ cell renderers with [Pyolite](https://marketplace.visualstudio.com/items?itemName=joyceerhl.vscode-pyodide) 🐍 kernel in [Jupyter](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) Notebooks [VSCode web editor](https://code.visualstudio.com/docs/editor/vscode-web) on [vscode.dev](https://vscode.dev) and [github.dev](https://github.dev/github/dev):
35+
- Use [Data Table](https://github.com/RandomFractals/vscode-data-table#data-table--renderer-view), [Flat Data Grid](https://github.com/RandomFractals/vscode-data-table#flat-data-%E4%B8%AD-grid-renderer) & [Data Summary](https://github.com/RandomFractals/vscode-data-table#data-summary--renderer-view) Notebook πŸ““ cell renderers with [Pyolite](https://marketplace.visualstudio.com/items?itemName=joyceerhl.vscode-pyodide) 🐍 kernel in [Jupyter](https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter) Notebooks [VSCode web editor](https://code.visualstudio.com/docs/editor/vscode-web) on [vscode.dev](https://vscode.dev) and [github.dev](https://github.dev/github/dev):
3636

3737
![Flat Data Grid δΈ­ in browser](https://github.com/RandomFractals/vscode-data-table/blob/main/docs/images/flat-data-grid-in-browser.png?raw=true
3838
"Flat Data Grid δΈ­ in browser")
@@ -128,9 +128,9 @@ or switch it to Data Summary 🈷️ renderer:
128128

129129
2. Download [USA Airports data files](https://github.com/RandomFractals/vscode-data-table/tree/main/data)
130130

131-
3. Load [USA Airports](https://github.com/RandomFractals/vscode-data-table/blob/main/notebooks/usa-airports-ts.ipynb) TypeScript Notebook πŸ““
131+
3. Load [USA Airports](https://github.com/RandomFractals/vscode-data-table/blob/main/notebooks/usa-airports-ts.nnb) TypeScript Notebook πŸ““
132132

133-
4. Run All ᐅ cells βŒ— to view local `CSV` and `JSON` data outputs with Data Table 🈸:
133+
4. Run All ᐅ cells βŒ— to view local `CSV` and `JSON` text data outputs with Data Table 🈸:
134134

135135
![USA Airports Data TypeScript Notebook πŸ““](https://github.com/RandomFractals/vscode-data-table/blob/main/docs/images/data-table-usa-airports.png?raw=true
136136
"USA Airports Data TypeScript Notebook πŸ““")

0 commit comments

Comments
Β (0)