@@ -650,7 +650,7 @@ class VitessceWidget(anywidget.AnyWidget):
650650
651651 next_port = DEFAULT_PORT
652652
653- js_package_version = Unicode ('3.6.13 ' ).tag (sync = True )
653+ js_package_version = Unicode ('3.6.15 ' ).tag (sync = True )
654654 js_dev_mode = Bool (False ).tag (sync = True )
655655 custom_js_url = Unicode ('' ).tag (sync = True )
656656 plugin_esm = List (trait = Unicode ('' ), default_value = []).tag (sync = True )
@@ -663,7 +663,7 @@ class VitessceWidget(anywidget.AnyWidget):
663663
664664 store_urls = List (trait = Unicode ('' ), default_value = []).tag (sync = True )
665665
666- def __init__ (self , config , height = 600 , theme = 'auto' , uid = None , port = None , proxy = False , js_package_version = '3.6.13 ' , 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 ):
666+ def __init__ (self , config , height = 600 , theme = 'auto' , uid = None , port = None , proxy = False , js_package_version = '3.6.15 ' , 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 ):
667667 """
668668 Construct a new Vitessce widget. Not intended to be instantiated directly; instead, use ``VitessceConfig.widget``.
669669
@@ -796,7 +796,7 @@ def _plugin_command(self, params, buffers):
796796# Launch Vitessce using plain HTML representation (no ipywidgets)
797797
798798
799- 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.13 ' , js_dev_mode = False , custom_js_url = '' , plugins = None , remount_on_uid_change = True , page_mode = False , page_esm = None ):
799+ 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.15 ' , js_dev_mode = False , custom_js_url = '' , plugins = None , remount_on_uid_change = True , page_mode = False , page_esm = None ):
800800 from IPython .display import display , HTML
801801 uid_str = "vitessce" + get_uid_str (uid )
802802
0 commit comments