mirror of
https://github.com/jupyter/notebook.git
synced 2025-03-13 13:17:50 +08:00
Merge pull request #6284 from jasongrout/patch-6
Default view should be the base widget view class
This commit is contained in:
commit
865fb20c00
@ -98,7 +98,7 @@ class Widget(LoggingConfigurable):
|
||||
#-------------------------------------------------------------------------
|
||||
_model_name = Unicode('WidgetModel', help="""Name of the backbone model
|
||||
registered in the front-end to create and sync this widget with.""")
|
||||
_view_name = Unicode(help="""Default view registered in the front-end
|
||||
_view_name = Unicode('WidgetView', help="""Default view registered in the front-end
|
||||
to use to represent the widget.""", sync=True)
|
||||
_comm = Instance('IPython.kernel.comm.Comm')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user