xeus-python
xeus-python copied to clipboard
Jupyter kernel for the Python programming language
Following @martinRenou's [suggestion](https://github.com/jupyterlite/pyodide-kernel/issues/65#issuecomment-1725765109), I've been reading the doc [Deploying JupyterLite with xeus-python on Github Pages](https://xeus-python-kernel.readthedocs.io/en/latest/deploy.html#on-github-pages), which recommends using https://github.com/jupyterlite/xeus-python-demo as a template. Now, I have a beginner's question (I'm not...
Using the `ipywidgets` interact (more precisely `interactive`) gives the following error: ``` Error displaying widget: model not found ``` However this does not seem to be an issue with `ipykernel`....
The C++ tests fail almost immediatly with the following output: ```bash If you want to connect to this kernel from an other client, you can use the kernel-debug.json file. Run...
I suspect we do not need https://github.com/jupyter-xeus/xeus-python/blob/main/wasm_patches/patch_it.py anymore since we do not rely on emscriptens filepackager any more (`'Module["preloadPlugins"].push(audioPlugin);'` is filepackager related)
Installing the latest version in a container running jupyterlab (https://github.com/iot-salzburg/gpu-jupyter), I received the following error message when trying to start the debugger: ``` [I 2023-03-23 13:46:51.558 ServerApp] Connecting to kernel...
I am experiencing the following problem with xeux-python kernel in Jupyter (Apple M1): xpython kernel fails to start. Manually running xpython produces the following message (identical to the message in...
Is there an option to define a custom kernel name (other than `XPython`)? Is there an option to create multiple kernels (by providing multiple `environment.yml` files, for instance)?
We are seeing the following error message in CI: ``` /src/xpaths.cpp:75:60: warning: 'void Py_SetPythonHome(const wchar_t*)' is deprecated [-Wdeprecated-declarations] 75 | Py_SetPythonHome(const_cast(wstr.c_str())); ```
Is there any documentation on the differences between xeus-python and ipykernel? Are there things that you can do in ipykernel that can't be done in xeus-python, either because they haven't...