Skip to content

Commit

Permalink
working sync for widget height
Browse files Browse the repository at this point in the history
  • Loading branch information
zakandrewking committed Dec 6, 2018
1 parent 5c6404e commit 6b94410
Show file tree
Hide file tree
Showing 4 changed files with 245 additions and 361 deletions.
14 changes: 7 additions & 7 deletions docs/notebooks/Escher Widget Example.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@
"cells": [
{
"cell_type": "code",
"execution_count": 5,
"execution_count": 6,
"metadata": {},
"outputs": [],
"source": [
"from escher.widget import EscherWidget"
"from escher import Builder"
]
},
{
"cell_type": "code",
"execution_count": 6,
"execution_count": 7,
"metadata": {},
"outputs": [
{
"data": {
"application/vnd.jupyter.widget-view+json": {
"model_id": "4cf4a15a97ce4f1ebcf826a9810432dc",
"model_id": "061fb98e687a49709f483c739ebe9b42",
"version_major": 2,
"version_minor": 0
},
"text/html": [
"<p>Failed to display Jupyter Widget of type <code>EscherWidget</code>.</p>\n",
"<p>Failed to display Jupyter Widget of type <code>Builder</code>.</p>\n",
"<p>\n",
" If you're reading this message in the Jupyter Notebook or JupyterLab Notebook, it may mean\n",
" that the widgets JavaScript is still loading. If this message persists, it\n",
Expand All @@ -37,15 +37,15 @@
"</p>\n"
],
"text/plain": [
"EscherWidget()"
"Builder(widget_height='100px')"
]
},
"metadata": {},
"output_type": "display_data"
}
],
"source": [
"EscherWidget()"
"Builder()"
]
},
{
Expand Down
Loading

0 comments on commit 6b94410

Please sign in to comment.