jupyterlab / extension-examples

JupyterLab Extensions by Examples
BSD 3-Clause "New" or "Revised" License
454 stars 167 forks source link

KernelOutput KernelMessaging Example not working!! #196

Closed superjcd closed 1 year ago

superjcd commented 2 years ago

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

Browser Output

Console report the following error repeatly, dont know if related to this problem image

welcome[bot] commented 2 years ago

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:

superjcd commented 2 years ago

收到了,谢谢

superjcd commented 2 years ago

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 commented 2 years ago

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!

fcollonval commented 1 year ago

Closing as resolved in #225