jupyterlite / xeus-python-kernel

xeus-python in JupyterLite
https://xeus-python-kernel.readthedocs.io
BSD 3-Clause "New" or "Revised" License
30 stars 19 forks source link

When I tried to execute a simple Python code on a local standalone server, the code never succeeds forever. #132

Closed JeongJun-Lee closed 1 year ago

JeongJun-Lee commented 1 year ago

Description

When I tried to execute a simple Python code, "from IPython.display import display" on the xeus kernel, the code never succeeds forever.

image

Reproduce

  1. I installed JupyterLite locally by https://jupyterlite.readthedocs.io/en/latest/quickstart/standalone.html.
  2. I tried a hosting on the localhost URL with 8000 port by the command, "jupyter lite serve".
  3. When I tried to execute a simple Python code, "from IPython.display import display" on the xeus kernel, the code never succeeds forever.

Expected behavior

The simple code should be succeeded.

Context

Browser Output
image
martinRenou commented 1 year ago

Thanks for reporting, which jupyterlite-xeus-python version are you using?

JeongJun-Lee commented 1 year ago

0.8.0

martinRenou commented 1 year ago

Please use 0.8.1, it came with a bug fix that should probably be related to your issue.

JeongJun-Lee commented 1 year ago

It works by the 0.8.1 version. Thanks.