You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make the widget renderer higher priority in JupyterLab
The widget renderer should take precedence over the core jlab json renderer. However, the json renderer is priority 0, so we lose (since our id is also sorted after the json renderer id). This bumps up our priority to be higher priority than the json renderer.
Fixes#3576
0 commit comments