Skip to content

Commit b049934

Browse files
move observable extensions to the bottom of recommended ext. list in docs (#139)
1 parent 00a27ac commit b049934

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
@@ -209,16 +209,16 @@ See VSCode [Extension Manifest](https://code.visualstudio.com/api/references/ext
209209

210210
# Recommended Extensions
211211

212-
Recommended extensions for working with Interactive Notebooks πŸ“š data 🈸 charts πŸ“ˆ and geo πŸ—ΊοΈ data formats in [VSCode](https://code.visualstudio.com/):
212+
Recommended extensions for working with Interactive Notebooks πŸ“š, data 🈸, charts πŸ“ˆ, and geo πŸ—ΊοΈ data formats in [VSCode](https://code.visualstudio.com/):
213213

214214
| Extension | Description |
215215
| --- | --- |
216-
| [Observable JS](https://marketplace.visualstudio.com/items?itemName=GordonSmith.observable-js) | Observable JS compiler with [Observable](https://observablehq.com/@observablehq/observable-for-jupyter-users?collection=@observablehq/observable-for-jupyter-users) `js` and `md` code outline and previews. |
217-
| [JS Notebook πŸ““ Inspector πŸ•΅οΈ](https://github.com/RandomFractals/js-notebook-inspector) | Provides Interactive Preview of [Observable JS Notebooks](https://observablehq.com/documentation#notebook-fundamentals) πŸ“š, Notebook πŸ““ nodes βŽ‡ & cells βŒ— source code |
218216
| [Data Preivew 🈸](https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.vscode-data-preview) | Data Preview 🈸 extension for importing πŸ“€ viewing πŸ”Ž slicing πŸ”ͺ dicing 🎲 charting πŸ“Š & exporting πŸ“₯ large JSON array/config, YAML, Apache Arrow, Avro & Excel data files |
219217
| [Geo Data Viewer πŸ—ΊοΈ](https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.geo-data-viewer) | [kepler.gl](https://kepler.gl) Geo Data Analytics tool to gen. some snazzy πŸ—ΊοΈs w/0 `Py` 🐍 `pyWidgets` βš™οΈ `pandas` 🐼 or `react` βš›οΈ |
220218
| [Vega Viewer πŸ“ˆ](https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.vscode-vega-viewer) | Provides Interactive Preview of Vega & Vega-Lite maps πŸ—ΊοΈ & graphs πŸ“ˆ |
221219
| [Leaflet Map 🌿 πŸ—ΊοΈ](https://marketplace.visualstudio.com/items?itemName=RandomFractalsInc.vscode-leaflet) | Leaflet Map πŸ—ΊοΈ for Notebook πŸ““ cell βŒ— data outputs |
220+
| [JS Notebook πŸ““ Inspector πŸ•΅οΈ](https://github.com/RandomFractals/js-notebook-inspector) | Provides Interactive Preview of [Observable JS Notebooks](https://observablehq.com/documentation#notebook-fundamentals) πŸ“š, Notebook πŸ““ nodes βŽ‡ & cells βŒ— source code |
221+
| [Observable JS](https://marketplace.visualstudio.com/items?itemName=GordonSmith.observable-js) | Observable JS compiler with [Observable](https://observablehq.com/@observablehq/observable-for-jupyter-users?collection=@observablehq/observable-for-jupyter-users) `js` and `md` code outline and previews |
222222
| [DeltaXML XPath Notebook](https://marketplace.visualstudio.com/items?itemName=deltaxml.xpath-notebook) | XPath 3.1 Notebook πŸ““ for Visual Studio Code |
223223
# Dev Log
224224

0 commit comments

Comments
Β (0)