Johan Mabille

Results 285 comments of Johan Mabille

If you reproduce the error when building sqlitecpp locally, a good workaround to try is to add some methods returning the value of the missing symbols in the source of...

Hi, it looks like we forgot to upgrade xplot last time we released xwidgets. I will try to fix it this week.

The test of #218 was actually using an uploaded wheel build with old openssl instead of the locall built one. Adding the flags to the executable doe snot fix the...

I think we should add a `config` attribute to the `XPythonShell` class to be consistent xwith IPykernel.

From what I see on my machine, it only contains the path to the connection file. I guess there might be more complex configurations, but we don't have to replicate...

The wheel of `xeus-python` has not been built on Windows for python 3.9. yet. As an alternative, you can install it with [mamba](https://micro.mamba.pm/api/micromamba/linux-64/latest). See the [documentation](https://mamba.readthedocs.io/en/latest/micromamba.html) for more detail, but...

Hi, I think xeus-python can help you ;) The API is split between [xeus-python](https://github.com/jupyter-xeus/xeus-python/tree/master/include/xeus-python), specific to python, and [xeus](https://github.com/jupyter-xeus/xeus/tree/master/include/xeus), a native implementation of the jupyter protocol). Most f the time,...

The `kernelspec install` command is currently not supported by xeus-python. You need to install the kernel in the environment where Jupyter Lab is installed (and yes, this means potentially installing...

When `xeus-python` starts the debugger, two things happen: the debugger adapter process (ptvsd) is spawn, and the debugger server is started within the same process (on the main thread). Then...