Skip to content

Commit 921775e

Browse files
committed
Fix cell output
Signed-off-by: Itay Dafna <[email protected]>
1 parent 7af4b65 commit 921775e

File tree

1 file changed

+2
-17
lines changed

1 file changed

+2
-17
lines changed

examples/Nested Hierarchies.ipynb

Lines changed: 2 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,25 +11,10 @@
1111
},
1212
{
1313
"cell_type": "code",
14-
"execution_count": 1,
14+
"execution_count": null,
1515
"id": "ultimate-supply",
1616
"metadata": {},
17-
"outputs": [
18-
{
19-
"data": {
20-
"application/vnd.jupyter.widget-view+json": {
21-
"model_id": "31962ad4cb6444afb7ce9f19ed7b384f",
22-
"version_major": 2,
23-
"version_minor": 0
24-
},
25-
"text/plain": [
26-
"DataGrid(base_column_header_size=35, base_column_size=80, base_row_header_size=80, default_renderer=TextRender…"
27-
]
28-
},
29-
"metadata": {},
30-
"output_type": "display_data"
31-
}
32-
],
17+
"outputs": [],
3318
"source": [
3419
"import ipydatagrid as ipg\n",
3520
"import pandas as pd\n",

0 commit comments

Comments
 (0)