How to use the @jupyter-widgets/jupyterlab-manager.WidgetRenderer function in @jupyter-widgets/jupyterlab-manager

To help you get started, we’ve selected a few @jupyter-widgets/jupyterlab-manager 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 voila-dashboards / voila / js / src / manager.js View on Github external
            createRenderer: options => new WidgetRenderer(options, this)
        }, 1);