@@ -738,7 +738,7 @@ class VitessceWidget(anywidget.AnyWidget):
738738
739739 next_port = DEFAULT_PORT
740740
741- js_package_version = Unicode ('3.9.4 ' ).tag (sync = True )
741+ js_package_version = Unicode ('3.9.9 ' ).tag (sync = True )
742742 js_dev_mode = Bool (False ).tag (sync = True )
743743 custom_js_url = Unicode ('' ).tag (sync = True )
744744 plugin_esm = List (trait = Unicode ('' ), default_value = []).tag (sync = True )
@@ -751,7 +751,7 @@ class VitessceWidget(anywidget.AnyWidget):
751751
752752 store_urls = List (trait = Unicode ('' ), default_value = []).tag (sync = True )
753753
754- def __init__ (self , config , height = 600 , theme = 'auto' , uid = None , port = None , proxy = False , js_package_version = '3.9.4 ' , js_dev_mode = False , custom_js_url = '' , plugins = None , remount_on_uid_change = True , prefer_local = True , invoke_timeout = 300000 , invoke_batched = True , page_mode = False , page_esm = None , prevent_scroll = True , server_host = None ):
754+ def __init__ (self , config , height = 600 , theme = 'auto' , uid = None , port = None , proxy = False , js_package_version = '3.9.9 ' , js_dev_mode = False , custom_js_url = '' , plugins = None , remount_on_uid_change = True , prefer_local = True , invoke_timeout = 300000 , invoke_batched = True , page_mode = False , page_esm = None , prevent_scroll = True , server_host = None ):
755755 """
756756 Construct a new Vitessce widget. Not intended to be instantiated directly; instead, use ``VitessceConfig.widget``.
757757
@@ -906,7 +906,7 @@ def _plugin_command(self, params, buffers):
906906# Launch Vitessce using plain HTML representation (no ipywidgets)
907907
908908
909- def ipython_display (config , height = 600 , theme = 'auto' , base_url = None , host_name = None , uid = None , port = None , proxy = False , js_package_version = '3.9.4 ' , js_dev_mode = False , custom_js_url = '' , plugins = None , remount_on_uid_change = True , page_mode = False , page_esm = None , server_host = None ):
909+ def ipython_display (config , height = 600 , theme = 'auto' , base_url = None , host_name = None , uid = None , port = None , proxy = False , js_package_version = '3.9.9 ' , js_dev_mode = False , custom_js_url = '' , plugins = None , remount_on_uid_change = True , page_mode = False , page_esm = None , server_host = None ):
910910 from IPython .display import display , HTML
911911 uid_str = "vitessce" + get_uid_str (uid )
912912
0 commit comments