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

Test on `webkit` #175

Open jtpio opened 9 months ago

jtpio commented 9 months ago

Follow-up to #167

Related to https://github.com/jupyterlite/xeus-python-kernel/issues/152

github-actions[bot] commented 9 months ago

lite-badge :point_left: Try it on ReadTheDocs

jtpio commented 9 months ago

Trying to set a higher timeout for webkit as the packages seem to be downloaded at least:

image

jtpio commented 9 months ago

cc @DerThorsten who I think has a Mac and might be able to try using the xeus python kernel in Safari directly, just to double check.

jtpio commented 9 months ago

Trying to set a higher timeout for webkit as the packages seem to be downloaded at least:

Adding the timeout seems to be helping (although might still be a bit flaky):

image

jtpio commented 9 months ago

Ah looks like it was stuck in the last CI run: https://github.com/jupyterlite/xeus-python-kernel/actions/runs/6507197878?pr=175

image

DerThorsten commented 9 months ago

cc @DerThorsten who I think has a Mac and might be able to try using the xeus python kernel in Safari directly, just to double check.

on Version 16.5 (18615.2.9.11.4) on my M2 it works

jtpio commented 9 months ago

One of the failure might actually be related to Galata, as reported in https://github.com/jupyterlab/jupyterlab/issues/15252

image