extension-examples icon indicating copy to clipboard operation
extension-examples copied to clipboard

KernelOutput KernelMessaging Example not working!!

Open superjcd opened this issue 3 years ago • 4 comments

Description

Several examples didn't work, The browser is just not showing any thing, insted came up with a greyed-out looking like below: image 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 image

superjcd avatar Jun 10 '22 07:06 superjcd

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. welcome 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:

welcome[bot] avatar Jun 10 '22 07:06 welcome[bot]

收到了,谢谢

superjcd avatar Jun 10 '22 07:06 superjcd

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

superjcd avatar Jun 15 '22 08:06 superjcd

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!

superjcd avatar Jun 15 '22 09:06 superjcd

Closing as resolved in #225

fcollonval avatar Apr 19 '23 09:04 fcollonval