We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0251c88 commit 6391e3eCopy full SHA for 6391e3e
.gitignore
@@ -10,3 +10,4 @@ ros3d/static/
10
11
# OS X
12
.DS_Store
13
+*.ipynb
jupyros/ros3d.py
@@ -34,7 +34,8 @@ def quick_widget_decorator(cls):
34
35
register = _quick_widget('jupyter-ros', '^0.1.0')
36
register_noview = _quick_widget('jupyter-ros', '^0.1.0', False)
37
-sync_widget = {'sync': True, **widgets.widget_serialization}
+sync_widget = {'sync': True}
38
+sync_widget.update(widgets.widget_serialization)
39
40
@register_noview
41
class ROSConnection(widgets.Widget):
0 commit comments