microsoft / vscode-jupyter

VS Code Jupyter extension
https://marketplace.visualstudio.com/items?itemName=ms-toolsai.jupyter
MIT License
1.3k stars 294 forks source link

Explore support IPyWidgets using the new Jupyter Lab App framework #16233

Open DonJayamanne opened 3 days ago

DonJayamanne commented 3 days ago

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.

here's a good example https://github.com/microsoft/vscode-jupyter/issues/15757#issuecomment-2484288191