Basically load widgets from labextensions folder when possible.
Reason: Some widgets only work in lab environments, and given the fact that widgets placed in nbextensions are loaded only by older versions of Jupyter (Notebook) and VS Code, its highly likely that more and more widgets will either not test against hose environments or will not support them.
Basically load widgets from
labextensions
folder when possible. Reason: Some widgets only work in lab environments, and given the fact that widgets placed innbextensions
are loaded only by older versions of Jupyter (Notebook) and VS Code, its highly likely that more and more widgets will either not test against hose environments or will not support them.here's a good example https://github.com/microsoft/vscode-jupyter/issues/15757#issuecomment-2484288191