You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: ipywidgets/widgets/widget.py
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -288,6 +288,8 @@ def get_view_spec(self):
288
288
help="Name of the view object.").tag(sync=True)
289
289
_view_module_version=Unicode('*',
290
290
help="A semver requirement for the view module.").tag(sync=True)
291
+
_view_count=Int(read_only=True,
292
+
help="EXPERIMENTAL: The number of views of the model displayed in the frontend. This attribute is experimental and may change or be removed in the future.").tag(sync=True)
0 commit comments