Skip to content

Commit 1e424f0

Browse files
committed
Fix example notebook
Signed-off-by: Itay Dafna <[email protected]>
1 parent c332da7 commit 1e424f0

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

examples/HyperlinkRenderer.ipynb

Lines changed: 3 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -20,33 +20,18 @@
2020
},
2121
{
2222
"cell_type": "code",
23-
"execution_count": 36,
23+
"execution_count": null,
2424
"id": "separate-mattress",
2525
"metadata": {},
26-
"outputs": [
27-
{
28-
"data": {
29-
"application/vnd.jupyter.widget-view+json": {
30-
"model_id": "36f9e008917b4d6d96c9329d1bc3dd54",
31-
"version_major": 2,
32-
"version_minor": 0
33-
},
34-
"text/plain": [
35-
"DataGrid(base_column_size=200, corner_renderer=None, default_renderer=TextRenderer(), header_renderer=None, la…"
36-
]
37-
},
38-
"metadata": {},
39-
"output_type": "display_data"
40-
}
41-
],
26+
"outputs": [],
4227
"source": [
4328
"import pandas as pd\n",
4429
"import numpy as np\n",
4530
"from ipydatagrid import VegaExpr, DataGrid, TextRenderer, HyperlinkRenderer\n",
4631
"\n",
4732
"df = pd.DataFrame(\n",
4833
" data={\n",
49-
" \"Name\": [\"Tech at Bloomberg\", \"Twitter Handle\"],\n",
34+
" \"Name\": [\"Tech at Bloomberg\"],\n",
5035
" \"Link\": [[\"https://www.techatbloomberg.com/\", \"Tech at BBG Website\"]],\n",
5136
" }\n",
5237
")\n",

0 commit comments

Comments
 (0)