We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 090e344 commit 4698f6eCopy full SHA for 4698f6e
jupyter_bokeh/widgets.py
@@ -81,7 +81,7 @@ def _model_to_traits(cls, model):
81
if model.document is None:
82
document = Document()
83
document.add_root(model)
84
- (docs_json, [render_item]) = standalone_docs_json_and_render_items([model], True)
+ (docs_json, [render_item]) = standalone_docs_json_and_render_items([model], suppress_callback_warning=True)
85
render_bundle = dict(
86
docs_json=docs_json,
87
render_items=[render_item.to_json()],
0 commit comments