Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit bc8b4ae

Browse files
committed
include progress container
1 parent f8a3f64 commit bc8b4ae

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

bigframes/display/table_widget.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ function render({ model, el }) {
160160
footer.appendChild(paginationContainer);
161161
footer.appendChild(pageSizeContainer);
162162

163+
el.appendChild(progressContainer);
163164
el.appendChild(tableContainer);
164165
el.appendChild(footer);
165166

notebooks/dataframes/anywidget_mode.ipynb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,14 +124,14 @@
124124
},
125125
{
126126
"cell_type": "code",
127-
"execution_count": 5,
127+
"execution_count": 6,
128128
"id": "ce250157",
129129
"metadata": {},
130130
"outputs": [
131131
{
132132
"data": {
133133
"application/vnd.jupyter.widget-view+json": {
134-
"model_id": "95cb7541961e4653891bfce45a012616",
134+
"model_id": "b3cbdb7ae33747fdbd36c7e309ae46a3",
135135
"version_major": 2,
136136
"version_minor": 1
137137
},
@@ -149,7 +149,7 @@
149149
"Computation deferred. Computation will process 171.4 MB"
150150
]
151151
},
152-
"execution_count": 5,
152+
"execution_count": 6,
153153
"metadata": {},
154154
"output_type": "execute_result"
155155
}
@@ -308,7 +308,7 @@
308308
],
309309
"metadata": {
310310
"kernelspec": {
311-
"display_name": "venv",
311+
"display_name": "Python 3 (ipykernel)",
312312
"language": "python",
313313
"name": "python3"
314314
},

0 commit comments

Comments
 (0)