@@ -631,7 +631,7 @@ class VitessceWidget(anywidget.AnyWidget):
631631
632632 next_port = DEFAULT_PORT
633633
634- js_package_version = Unicode ('3.6.10 ' ).tag (sync = True )
634+ js_package_version = Unicode ('3.6.11 ' ).tag (sync = True )
635635 js_dev_mode = Bool (False ).tag (sync = True )
636636 custom_js_url = Unicode ('' ).tag (sync = True )
637637 plugin_esm = List (trait = Unicode ('' ), default_value = []).tag (sync = True )
@@ -644,7 +644,7 @@ class VitessceWidget(anywidget.AnyWidget):
644644
645645 store_urls = List (trait = Unicode ('' ), default_value = []).tag (sync = True )
646646
647- def __init__ (self , config , height = 600 , theme = 'auto' , uid = None , port = None , proxy = False , js_package_version = '3.6.10 ' , 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 ):
647+ def __init__ (self , config , height = 600 , theme = 'auto' , uid = None , port = None , proxy = False , js_package_version = '3.6.11 ' , 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 ):
648648 """
649649 Construct a new Vitessce widget.
650650
@@ -780,7 +780,7 @@ def _plugin_command(self, params, buffers):
780780# Launch Vitessce using plain HTML representation (no ipywidgets)
781781
782782
783- 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.10 ' , js_dev_mode = False , custom_js_url = '' , plugins = None , remount_on_uid_change = True , page_mode = False , page_esm = None ):
783+ 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.11 ' , js_dev_mode = False , custom_js_url = '' , plugins = None , remount_on_uid_change = True , page_mode = False , page_esm = None ):
784784 from IPython .display import display , HTML
785785 uid_str = "vitessce" + get_uid_str (uid )
786786
0 commit comments