How to use the hdijupyterutils.hdijupyterutils.ipywidgetfactory.SubmitButton function in hdijupyterutils

To help you get started, we’ve selected a few hdijupyterutils examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github jupyter-incubator / sparkmagic / hdijupyterutils / hdijupyterutils / ipywidgetfactory.py View on Github external
def __init__(self, **kwargs):
        super(SubmitButton, self).__init__(**kwargs)
        self.on_click(self.submit_clicked)