Skip to content

Commit 6b94410

Browse files
committed
working sync for widget height
1 parent 5c6404e commit 6b94410

4 files changed

Lines changed: 245 additions & 361 deletions

File tree

docs/notebooks/Escher Widget Example.ipynb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 5,
5+
"execution_count": 6,
66
"metadata": {},
77
"outputs": [],
88
"source": [
9-
"from escher.widget import EscherWidget"
9+
"from escher import Builder"
1010
]
1111
},
1212
{
1313
"cell_type": "code",
14-
"execution_count": 6,
14+
"execution_count": 7,
1515
"metadata": {},
1616
"outputs": [
1717
{
1818
"data": {
1919
"application/vnd.jupyter.widget-view+json": {
20-
"model_id": "4cf4a15a97ce4f1ebcf826a9810432dc",
20+
"model_id": "061fb98e687a49709f483c739ebe9b42",
2121
"version_major": 2,
2222
"version_minor": 0
2323
},
2424
"text/html": [
25-
"<p>Failed to display Jupyter Widget of type <code>EscherWidget</code>.</p>\n",
25+
"<p>Failed to display Jupyter Widget of type <code>Builder</code>.</p>\n",
2626
"<p>\n",
2727
" If you're reading this message in the Jupyter Notebook or JupyterLab Notebook, it may mean\n",
2828
" that the widgets JavaScript is still loading. If this message persists, it\n",
@@ -37,15 +37,15 @@
3737
"</p>\n"
3838
],
3939
"text/plain": [
40-
"EscherWidget()"
40+
"Builder(widget_height='100px')"
4141
]
4242
},
4343
"metadata": {},
4444
"output_type": "display_data"
4545
}
4646
],
4747
"source": [
48-
"EscherWidget()"
48+
"Builder()"
4949
]
5050
},
5151
{

0 commit comments

Comments
 (0)