@@ -595,7 +595,7 @@ class VitessceWidget(anywidget.AnyWidget):
595595
596596 next_port = DEFAULT_PORT
597597
598- js_package_version = Unicode ('3.5.11 ' ).tag (sync = True )
598+ js_package_version = Unicode ('3.5.12 ' ).tag (sync = True )
599599 js_dev_mode = Bool (False ).tag (sync = True )
600600 custom_js_url = Unicode ('' ).tag (sync = True )
601601 plugin_esm = List (trait = Unicode ('' ), default_value = []).tag (sync = True )
@@ -606,7 +606,7 @@ class VitessceWidget(anywidget.AnyWidget):
606606
607607 store_urls = List (trait = Unicode ('' ), default_value = []).tag (sync = True )
608608
609- def __init__ (self , config , height = 600 , theme = 'auto' , uid = None , port = None , proxy = False , js_package_version = '3.5.11 ' , js_dev_mode = False , custom_js_url = '' , plugins = None , remount_on_uid_change = True , prefer_local = True , invoke_timeout = 300000 , page_mode = False , page_esm = None ):
609+ def __init__ (self , config , height = 600 , theme = 'auto' , uid = None , port = None , proxy = False , js_package_version = '3.5.12 ' , js_dev_mode = False , custom_js_url = '' , plugins = None , remount_on_uid_change = True , prefer_local = True , invoke_timeout = 300000 , page_mode = False , page_esm = None ):
610610 """
611611 Construct a new Vitessce widget.
612612
@@ -740,7 +740,7 @@ def _plugin_command(self, params, buffers):
740740# Launch Vitessce using plain HTML representation (no ipywidgets)
741741
742742
743- def ipython_display (config , height = 600 , theme = 'auto' , base_url = None , host_name = None , uid = None , port = None , proxy = False , js_package_version = '3.5.11 ' , js_dev_mode = False , custom_js_url = '' , plugins = None , remount_on_uid_change = True , page_mode = False , page_esm = None ):
743+ def ipython_display (config , height = 600 , theme = 'auto' , base_url = None , host_name = None , uid = None , port = None , proxy = False , js_package_version = '3.5.12 ' , js_dev_mode = False , custom_js_url = '' , plugins = None , remount_on_uid_change = True , page_mode = False , page_esm = None ):
744744 from IPython .display import display , HTML
745745 uid_str = "vitessce" + get_uid_str (uid )
746746
0 commit comments