Python Jupyter A Jupyter Widget wrapper is located at upsetjs_jupyter_widget.pip install upsetjs_jupyter_widgetjupyter labextension install @jupyter-widgets/jupyterlab-manager@3.0.0-alpha.0Copyfrom upsetjs_jupyter_widget import UpSetJSWidgetCopyw = UpSetJSWidget[str]()w.from_dict(dict(one = ['a', 'b', 'c', 'e', 'g', 'h', 'k', 'l', 'm'], two = ['a', 'b', 'd', 'e', 'j'], three = ['a', 'e', 'f', 'g', 'h', 'i', 'j', 'l', 'm']))wCopy