Skip to content

Commit

Permalink
Fix cell output
Browse files Browse the repository at this point in the history
Signed-off-by: Itay Dafna <[email protected]>
  • Loading branch information
ibdafna committed Jul 29, 2021
1 parent 7af4b65 commit 921775e
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions examples/Nested Hierarchies.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -11,25 +11,10 @@
},
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"id": "ultimate-supply",
"metadata": {},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "31962ad4cb6444afb7ce9f19ed7b384f",
"version_major": 2,
"version_minor": 0
},
"text/plain": [
"DataGrid(base_column_header_size=35, base_column_size=80, base_row_header_size=80, default_renderer=TextRender…"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"outputs": [],
"source": [
"import ipydatagrid as ipg\n",
"import pandas as pd\n",
Expand Down

0 comments on commit 921775e

Please sign in to comment.