@@ -796,7 +796,7 @@ class VitessceWidget(anywidget.AnyWidget):
796796
797797 next_port = DEFAULT_PORT
798798
799- js_package_version = Unicode ('3.9.10 ' ).tag (sync = True )
799+ js_package_version = Unicode ('3.9.11 ' ).tag (sync = True )
800800 js_dev_mode = Bool (False ).tag (sync = True )
801801 custom_js_url = Unicode ('' ).tag (sync = True )
802802 plugin_esm = List (trait = Unicode ('' ), default_value = []).tag (sync = True )
@@ -809,7 +809,7 @@ class VitessceWidget(anywidget.AnyWidget):
809809
810810 store_urls = List (trait = Unicode ('' ), default_value = []).tag (sync = True )
811811
812- def __init__ (self , config , height = 600 , theme = 'auto' , uid = None , port = None , proxy = False , js_package_version = '3.9.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 , server_host = None ):
812+ def __init__ (self , config , height = 600 , theme = 'auto' , uid = None , port = None , proxy = False , js_package_version = '3.9.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 , server_host = None ):
813813 """
814814 Construct a new Vitessce widget. Not intended to be instantiated directly; instead, use ``VitessceConfig.widget``.
815815
@@ -1024,7 +1024,7 @@ async def _dispatch_command(self, msg: dict, buffers: list[bytes]) -> None:
10241024# Launch Vitessce using plain HTML representation (no ipywidgets)
10251025
10261026
1027- 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.10 ' , js_dev_mode = False , custom_js_url = '' , plugins = None , remount_on_uid_change = True , page_mode = False , page_esm = None , server_host = None ):
1027+ 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.11 ' , js_dev_mode = False , custom_js_url = '' , plugins = None , remount_on_uid_change = True , page_mode = False , page_esm = None , server_host = None ):
10281028 from IPython .display import display , HTML
10291029 uid_str = "vitessce" + get_uid_str (uid )
10301030
0 commit comments