We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More components/code have been exposed in the JupyterLab npm package making it easier for us to use some of the packages/components.
Look into rendering widgets using WidgetRenderer instead of manually constructing lower level components
WidgetRenderer
renderModel
new Widget({node: <ele>})
The WidgetRenderer has all of the same code we have in our renderer
The text was updated successfully, but these errors were encountered:
Duplicate of #16288
Sorry, something went wrong.
DonJayamanne
No branches or pull requests
More components/code have been exposed in the JupyterLab npm package making it easier for us to use some of the packages/components.
Look into rendering widgets using
WidgetRenderer
instead of manually constructing lower level componentsWidgetRenderer
renderModel
to render the widgetnew Widget({node: <ele>})
and then attach the output to this new widgetThe
WidgetRenderer
has all of the same code we have in our rendererThe text was updated successfully, but these errors were encountered: