@@ -623,7 +623,7 @@ class VitessceWidget(anywidget.AnyWidget):
623623
624624 next_port = DEFAULT_PORT
625625
626- js_package_version = Unicode ('3.6.4 ' ).tag (sync = True )
626+ js_package_version = Unicode ('3.6.6 ' ).tag (sync = True )
627627 js_dev_mode = Bool (False ).tag (sync = True )
628628 custom_js_url = Unicode ('' ).tag (sync = True )
629629 plugin_esm = List (trait = Unicode ('' ), default_value = []).tag (sync = True )
@@ -636,7 +636,7 @@ class VitessceWidget(anywidget.AnyWidget):
636636
637637 store_urls = List (trait = Unicode ('' ), default_value = []).tag (sync = True )
638638
639- def __init__ (self , config , height = 600 , theme = 'auto' , uid = None , port = None , proxy = False , js_package_version = '3.6.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 ):
639+ def __init__ (self , config , height = 600 , theme = 'auto' , uid = None , port = None , proxy = False , js_package_version = '3.6.6 ' , 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 ):
640640 """
641641 Construct a new Vitessce widget.
642642
@@ -772,7 +772,7 @@ def _plugin_command(self, params, buffers):
772772# Launch Vitessce using plain HTML representation (no ipywidgets)
773773
774774
775- def ipython_display (config , height = 600 , theme = 'auto' , base_url = None , host_name = None , uid = None , port = None , proxy = False , js_package_version = '3.6.4 ' , js_dev_mode = False , custom_js_url = '' , plugins = None , remount_on_uid_change = True , page_mode = False , page_esm = None ):
775+ def ipython_display (config , height = 600 , theme = 'auto' , base_url = None , host_name = None , uid = None , port = None , proxy = False , js_package_version = '3.6.6 ' , js_dev_mode = False , custom_js_url = '' , plugins = None , remount_on_uid_change = True , page_mode = False , page_esm = None ):
776776 from IPython .display import display , HTML
777777 uid_str = "vitessce" + get_uid_str (uid )
778778
0 commit comments