Skip to content

Commit 7ccc6dc

Browse files
ibdafnagaborbernat
authored andcommitted
Fix Themes example to use new default index name
Signed-off-by: Itay Dafna <[email protected]>
1 parent 28096cb commit 7ccc6dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/Themes.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@
178178
" text_color=\"white\",\n",
179179
")\n",
180180
"g.renderers = {\n",
181-
" \"index\": grid.TextRenderer(\n",
181+
" \"key\": grid.TextRenderer(\n",
182182
" background_color=grid.VegaExpr(\n",
183183
" \"cell.row % 2 === 0 ? 'rgb(21, 116, 163)': 'rgb(21, 116, 163)'\"\n",
184184
" ),\n",
@@ -190,7 +190,7 @@
190190
],
191191
"metadata": {
192192
"kernelspec": {
193-
"display_name": "Python 3",
193+
"display_name": "Python 3 (ipykernel)",
194194
"language": "python",
195195
"name": "python3"
196196
},
@@ -204,7 +204,7 @@
204204
"name": "python",
205205
"nbconvert_exporter": "python",
206206
"pygments_lexer": "ipython3",
207-
"version": "3.9.5"
207+
"version": "3.8.11"
208208
}
209209
},
210210
"nbformat": 4,

0 commit comments

Comments
 (0)