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
+16-2Lines changed: 16 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,10 @@ See [Data Preview](https://github.com/RandomFractals/vscode-data-preview) πΈ v
15
15
16
16
## πΈ Features
17
17
18
-
- View `CSV` and `JSON` array data notebook cell output in HTML table with column sort, number, and date formatting
18
+
- View `CSV`, [`GeoJSON`](https://www.rfc-editor.org/rfc/rfc7946.html) and `JSON` array data notebook cell output in HTML table with column sort, number, and date formatting
19
19
- View notebook cell text output in a scrollable container with [`pre-wrap`](https://www.w3docs.com/snippets/css/how-to-wrap-text-in-a-pre-tag-with-css.html)
20
-
-[REST Book](https://marketplace.visualstudio.com/items?itemName=tanhakabir.rest-book) π, [TypeScript Notebooks](https://marketplace.visualstudio.com/items?itemName=donjayamanne.typescript-notebook) π, and [Pyolite](https://marketplace.visualstudio.com/items?itemName=joyceerhl.vscode-pyolite) π examples
20
+
-[REST Book](https://marketplace.visualstudio.com/items?itemName=tanhakabir.rest-book) π [TypeScript Notebooks](https://marketplace.visualstudio.com/items?itemName=donjayamanne.typescript-notebook) π and [Pyolite](https://marketplace.visualstudio.com/items?itemName=joyceerhl.vscode-pyolite) π examples
21
+
-[Geo π Data Table πΈ View](https://github.com/RandomFractals/vscode-data-table#geo-data-table-view)
21
22
22
23
## πΈ Examples
23
24
@@ -58,6 +59,19 @@ See [Data Preview](https://github.com/RandomFractals/vscode-data-preview) πΈ v
58
59

2. Load [World π Rivers](https://github.com/RandomFractals/vscode-data-table/blob/main/notebooks/world-rivers.restbook) REST Book π
67
+
68
+
3. Run All cells β
69
+
70
+
4. Click on `...` in the gutter of `GET` data output and change it to Data Table πΈ for geo table view:
71
+
72
+

74
+
61
75
# Recommended Extensions
62
76
63
77
Other recommended extensions for working with Interactive Notebooks π, data πΈ, charts π, and geo data formats πΊοΈ in [VSCode](https://code.visualstudio.com/):
0 commit comments