@@ -602,7 +602,7 @@ class VitessceWidget(anywidget.AnyWidget):
602602
603603 next_port = DEFAULT_PORT
604604
605- js_package_version = Unicode ('3.6.2 ' ).tag (sync = True )
605+ js_package_version = Unicode ('3.6.3 ' ).tag (sync = True )
606606 js_dev_mode = Bool (False ).tag (sync = True )
607607 custom_js_url = Unicode ('' ).tag (sync = True )
608608 plugin_esm = List (trait = Unicode ('' ), default_value = []).tag (sync = True )
@@ -614,7 +614,7 @@ class VitessceWidget(anywidget.AnyWidget):
614614
615615 store_urls = List (trait = Unicode ('' ), default_value = []).tag (sync = True )
616616
617- def __init__ (self , config , height = 600 , theme = 'auto' , uid = None , port = None , proxy = False , js_package_version = '3.6.2 ' , 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 ):
617+ def __init__ (self , config , height = 600 , theme = 'auto' , uid = None , port = None , proxy = False , js_package_version = '3.6.3 ' , 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 ):
618618 """
619619 Construct a new Vitessce widget.
620620
@@ -749,7 +749,7 @@ def _plugin_command(self, params, buffers):
749749# Launch Vitessce using plain HTML representation (no ipywidgets)
750750
751751
752- 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.2 ' , js_dev_mode = False , custom_js_url = '' , plugins = None , remount_on_uid_change = True , page_mode = False , page_esm = None ):
752+ 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.3 ' , js_dev_mode = False , custom_js_url = '' , plugins = None , remount_on_uid_change = True , page_mode = False , page_esm = None ):
753753 from IPython .display import display , HTML
754754 uid_str = "vitessce" + get_uid_str (uid )
755755
0 commit comments