@@ -508,7 +508,7 @@ class VitessceWidget(anywidget.AnyWidget):
508508
509509 next_port = DEFAULT_PORT
510510
511- js_package_version = Unicode ('3.4.14 ' ).tag (sync = True )
511+ js_package_version = Unicode ('3.5.0 ' ).tag (sync = True )
512512 js_dev_mode = Bool (False ).tag (sync = True )
513513 custom_js_url = Unicode ('' ).tag (sync = True )
514514 plugin_esm = List (trait = Unicode ('' ), default_value = []).tag (sync = True )
@@ -519,7 +519,7 @@ class VitessceWidget(anywidget.AnyWidget):
519519 store_urls = List (trait = Unicode ('' ), default_value = []).tag (sync = True )
520520 invoke_timeout = Int (30000 ).tag (sync = True )
521521
522- def __init__ (self , config , height = 600 , theme = 'auto' , uid = None , port = None , proxy = False , js_package_version = '3.4.14 ' , js_dev_mode = False , custom_js_url = '' , plugins = None , remount_on_uid_change = True , invoke_timeout = 30000 , page_mode = False , page_esm = None ):
522+ def __init__ (self , config , height = 600 , theme = 'auto' , uid = None , port = None , proxy = False , js_package_version = '3.5.0 ' , js_dev_mode = False , custom_js_url = '' , plugins = None , remount_on_uid_change = True , invoke_timeout = 30000 , page_mode = False , page_esm = None ):
523523 """
524524 Construct a new Vitessce widget.
525525
@@ -636,7 +636,7 @@ def _plugin_command(self, params, buffers):
636636# Launch Vitessce using plain HTML representation (no ipywidgets)
637637
638638
639- def ipython_display (config , height = 600 , theme = 'auto' , base_url = None , host_name = None , uid = None , port = None , proxy = False , js_package_version = '3.4.14 ' , js_dev_mode = False , custom_js_url = '' , plugin_esm = DEFAULT_PLUGIN_ESM , remount_on_uid_change = True , page_mode = False , page_esm = None ):
639+ def ipython_display (config , height = 600 , theme = 'auto' , base_url = None , host_name = None , uid = None , port = None , proxy = False , js_package_version = '3.5.0 ' , js_dev_mode = False , custom_js_url = '' , plugin_esm = DEFAULT_PLUGIN_ESM , remount_on_uid_change = True , page_mode = False , page_esm = None ):
640640 from IPython .display import display , HTML
641641 uid_str = "vitessce" + get_uid_str (uid )
642642
0 commit comments