@@ -327,11 +327,11 @@ class VitessceWidget(anywidget.AnyWidget):
327327
328328 next_port = DEFAULT_PORT
329329
330- js_package_version = Unicode ('3.2.1 ' ).tag (sync = True )
330+ js_package_version = Unicode ('3.3.3 ' ).tag (sync = True )
331331 js_dev_mode = Bool (False ).tag (sync = True )
332332 custom_js_url = Unicode ('' ).tag (sync = True )
333333
334- def __init__ (self , config , height = 600 , theme = 'auto' , uid = None , port = None , proxy = False , js_package_version = '3.2.1 ' , js_dev_mode = False , custom_js_url = '' ):
334+ def __init__ (self , config , height = 600 , theme = 'auto' , uid = None , port = None , proxy = False , js_package_version = '3.3.3 ' , js_dev_mode = False , custom_js_url = '' ):
335335 """
336336 Construct a new Vitessce widget.
337337
@@ -399,7 +399,7 @@ def close(self):
399399# Launch Vitessce using plain HTML representation (no ipywidgets)
400400
401401
402- def ipython_display (config , height = 600 , theme = 'auto' , base_url = None , host_name = None , uid = None , port = None , proxy = False , js_package_version = '3.2.1 ' , js_dev_mode = False , custom_js_url = '' ):
402+ def ipython_display (config , height = 600 , theme = 'auto' , base_url = None , host_name = None , uid = None , port = None , proxy = False , js_package_version = '3.3.3 ' , js_dev_mode = False , custom_js_url = '' ):
403403 from IPython .display import display , HTML
404404 uid_str = "vitessce" + get_uid_str (uid )
405405
0 commit comments