jupyterlite / xeus

JupyterLite loader for Xeus kernels
https://jupyterlite-xeus.readthedocs.io
BSD 3-Clause "New" or "Revised" License
22 stars 12 forks source link

Fix path typing #123

Closed trungleduc closed 1 month ago

trungleduc commented 1 month ago

The host_path variable is not cast into a Path instance, which leads to exception in this call

https://github.com/jupyterlite/xeus/blob/4f43511a8f72fe40426b73ee63f2675ee59ee296/jupyterlite_xeus/add_on.py#L319

jtpio commented 1 month ago

Thanks @trungleduc!

Looks like we'll need https://github.com/jupyterlite/xeus/pull/121 to fix the CI.

trungleduc commented 1 month ago

Indeed, I was using an outdated fork.