@@ -595,7 +595,7 @@ class VitessceWidget(anywidget.AnyWidget):
595
595
596
596
next_port = DEFAULT_PORT
597
597
598
- js_package_version = Unicode ('3.5.11 ' ).tag (sync = True )
598
+ js_package_version = Unicode ('3.5.12 ' ).tag (sync = True )
599
599
js_dev_mode = Bool (False ).tag (sync = True )
600
600
custom_js_url = Unicode ('' ).tag (sync = True )
601
601
plugin_esm = List (trait = Unicode ('' ), default_value = []).tag (sync = True )
@@ -606,7 +606,7 @@ class VitessceWidget(anywidget.AnyWidget):
606
606
607
607
store_urls = List (trait = Unicode ('' ), default_value = []).tag (sync = True )
608
608
609
- def __init__ (self , config , height = 600 , theme = 'auto' , uid = None , port = None , proxy = False , js_package_version = '3.5.11 ' , js_dev_mode = False , custom_js_url = '' , plugins = None , remount_on_uid_change = True , prefer_local = True , invoke_timeout = 300000 , page_mode = False , page_esm = None ):
609
+ def __init__ (self , config , height = 600 , theme = 'auto' , uid = None , port = None , proxy = False , js_package_version = '3.5.12 ' , js_dev_mode = False , custom_js_url = '' , plugins = None , remount_on_uid_change = True , prefer_local = True , invoke_timeout = 300000 , page_mode = False , page_esm = None ):
610
610
"""
611
611
Construct a new Vitessce widget.
612
612
@@ -740,7 +740,7 @@ def _plugin_command(self, params, buffers):
740
740
# Launch Vitessce using plain HTML representation (no ipywidgets)
741
741
742
742
743
- 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.11 ' , js_dev_mode = False , custom_js_url = '' , plugins = None , remount_on_uid_change = True , page_mode = False , page_esm = None ):
743
+ 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.12 ' , js_dev_mode = False , custom_js_url = '' , plugins = None , remount_on_uid_change = True , page_mode = False , page_esm = None ):
744
744
from IPython .display import display , HTML
745
745
uid_str = "vitessce" + get_uid_str (uid )
746
746
0 commit comments