-
Notifications
You must be signed in to change notification settings - Fork 20
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
I can't start the kernel and get 404 on this request http://127.0.0.1:5445/xeus/xeus-kernels/libxeus.so
Reproduce
- Create new env
mamba create -n xeus-bug python=3.13 jupyterlite jupyterlite-xeus
- Create
environment.yml
file
name: xeus-kernels
channels:
- https://prefix.dev/emscripten-forge-dev
- https://prefix.dev/conda-forge
dependencies:
- xeus-python
- Build and serve JupyterLite
jupyter lite build --output-dir _output
python -m http.server 5445 --directory _output
- Go to
http://127.0.0.1:5444/
and start a kernel
Expected behavior
I can start a kernel
Context
jupyterlite 0.6.2 pyhe01879c_0 conda-forge
jupyterlite-core 0.6.2 pyhe01879c_0 conda-forge
jupyterlite-xeus 4.0.5 pyhd8ed1ab_0 conda-forge
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working