Skip to content

Commit d7fe001

Browse files
add ᐅ to run cell instructions in docs (#120)
1 parent 8d089f6 commit d7fe001

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ This general purpose Data Table 🈸 Renderer extension also includes Data Summa
5858

5959
## 🈸 Examples
6060

61-
Data Table 🈸 for Notebooks πŸ“š extension v1.6.0 and up ships with built-in Notebook examples. You can access provided Notebook Examples listed below via `Data Table: Notebook Examples` command from `View -> Command Palette...`
61+
Data Table 🈸 for Notebooks πŸ“š extension v1.6.0 and up ships with built-in Notebook examples. You can access provided Notebook Examples listed below via `Data Table: Notebook Examples` command from `View -> Command Palette...` vscode menu:
6262

6363
![Data Table 🈸 Notebook Examples](https://github.com/RandomFractals/vscode-data-table/blob/main/docs/images/data-table-notebook-examples.png?raw=true
6464
"Data Summary Data Table 🈸 Notebook Examples")
@@ -69,7 +69,7 @@ Data Table 🈸 for Notebooks πŸ“š extension v1.6.0 and up ships with built-in N
6969

7070
2. Load [Chicago Traffic Tracker](https://github.com/RandomFractals/vscode-data-table/blob/main/notebooks/chicago-traffic-tracker.restbook) REST Book πŸ““
7171

72-
3. Run All cells βŒ—
72+
3. Run All ᐅ cells βŒ—
7373

7474
4. Click on `...` in the gutter of `GET` data output and change it to Data Table 🈸 renderer:
7575

@@ -91,7 +91,7 @@ $ conda install -c conda-forge altair vega_datasets
9191

9292
2. Load [Iris Vega Data](https://github.com/RandomFractals/vscode-data-table/blob/main/notebooks/iris-vega-data.ipynb) Python 🐍 Notebook πŸ““
9393

94-
3. Run All cells βŒ—
94+
3. Run All ᐅ cells βŒ—
9595

9696
4. Click on `...` in the gutter of iris data output and change it to Data Table 🈸 renderer:
9797

@@ -111,7 +111,7 @@ or switch it to Data Summary 🈷️ renderer:
111111

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

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

116116
![USA Airports Data TypeScript Notebook πŸ““](https://github.com/RandomFractals/vscode-data-table/blob/main/docs/images/data-table-usa-airports.png?raw=true
117117
"USA Airports Data TypeScript Notebook πŸ““")
@@ -124,7 +124,7 @@ or switch it to Data Summary 🈷️ renderer:
124124

125125
3. Load [Chicago Speed Cameras](https://github.com/RandomFractals/vscode-data-table/blob/main/notebooks/chicago-speed-cameras-net.ipynb) .NET Interactive Notebook πŸ““
126126

127-
4. Run All cells βŒ—:
127+
4. Run All ᐅ cells βŒ—:
128128

129129
![Chicago Speed Cameras .NET Interactive Notebook πŸ““](https://github.com/RandomFractals/vscode-data-table/blob/main/docs/images/data-table-net-interactive.png?raw=true
130130
"Chicago Speed Cameras .NET Interactive Notebook πŸ““")
@@ -135,7 +135,7 @@ or switch it to Data Summary 🈷️ renderer:
135135

136136
2. Load [Chicago Red Light Cameras](https://github.com/RandomFractals/vscode-data-table/blob/main/notebooks/chicago-red-light-cameras.ipynb) Pyolite Notebook πŸ““
137137

138-
3. Run All cells βŒ—:
138+
3. Run All ᐅ cells βŒ—:
139139

140140
![Chicago Red Light Cameras Pyolite Notebook πŸ““](https://github.com/RandomFractals/vscode-data-table/blob/main/docs/images/data-table-pyolite-notebook.png?raw=true
141141
"Chicago Red Light Cameras Pyolite Notebook πŸ““")
@@ -146,7 +146,7 @@ or switch it to Data Summary 🈷️ renderer:
146146

147147
2. Load [World 🌐 Rivers](https://github.com/RandomFractals/vscode-data-table/blob/main/notebooks/world-rivers.restbook) REST Book πŸ““
148148

149-
3. Run All cells βŒ—
149+
3. Run All ᐅ cells βŒ—
150150

151151
4. Click on `...` in the gutter of `GET` data output and change it to Data Table 🈸 for geo table view:
152152

@@ -157,7 +157,7 @@ or switch it to Data Summary 🈷️ renderer:
157157

158158
1. Load [World 🌐 GDP](https://github.com/RandomFractals/vscode-data-table/blob/main/notebooks/world-gdp.restbook) REST Book πŸ““
159159

160-
2. Run All cells βŒ—
160+
2. Run All ᐅ cells βŒ—
161161

162162
3. Click on `...` in the gutter of `GET` data output and change it to Data Table 🈸 for XML data table view:
163163

0 commit comments

Comments
Β (0)