Skip to content

Commit

Permalink
Fix for Ace pane reference notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jan 27, 2020
1 parent adec8dc commit 7d32a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/reference/panes/Ace.ipynb
Expand Up @@ -58,7 +58,7 @@
"py_code = \"\"\"import sys\"\"\"\n",
"editor = pn.pane.Ace(py_code, sizing_mode='stretch_both', height=300)\n",
"html_pane = pn.pane.HTML(sizing_mode='stretch_both', height=300)\n",
"editor.link(html_pane,code=\"object\")\n",
"editor.link(html_pane, object=\"object\")\n",
"\n",
"pn.Row(editor, html_pane)"
]
Expand Down

0 comments on commit 7d32a28

Please sign in to comment.