extension-examples
extension-examples copied to clipboard
KernelOutput KernelMessaging Example not working!!
Description
Several examples didn't work, The browser is just not showing any thing, insted came up with a greyed-out looking like below:
And those not working examples(including datagrid example, kernel messaging, kernel output) all used the StackPannel as the widget, wondering if it related.
Reproduce
Take kernel output for instance, just download the codes, and built the extension, cuz my node version seems not compatible, i used jlpm install --ignore-engines to install some dependencies.
Context
- Operating System and version: windows10
- Browser and version: 102
- JupyterLab version: 3.4.2
Browser Output
Console report the following error repeatly, dont know if related to this problem

Thank you for opening your first issue in this project! Engagement like this is essential for open source projects! :hugs:
If you haven't done so already, check out Jupyter's Code of Conduct. Also, please try to follow the issue template as it helps other other community members to contribute more effectively.
You can meet the other Jovyans by joining our Discourse forum. There is also an intro thread there where you can stop by and say Hi! :wave:
Welcome to the Jupyter community! :tada:
收到了,谢谢
Recently I found that's not a problem caused by StackPannel, instead it's may caused by SimplifiedOutputArea I guess; And I found a related issue
Ok, I figured it out, just add the widget to the left or right side; StackPannel seems cannot add to the main area directly now!
Closing as resolved in #225