xeus-python icon indicating copy to clipboard operation
xeus-python copied to clipboard

Jupyter kernel for the Python programming language

Results 76 xeus-python issues
Sort by recently updated
recently updated
newest added

We should try to run benchmarks against ipykernel. And see if statically linking to Pythonlibs can improve performance.

Enhancement

I have seen the tests hang forever in a deadlock. See e.g. https://ci.appveyor.com/project/QuantStack/xeus-python/builds/28997776/job/v8rmy9gixbveb3ix

At the moment we implement the `source` request from the Debug Adapter Protocol directly in xeus-python instead of forwarding the event to `ptvsd`, because it doesn't seem to be supported...

``` /home/travis/build/QuantStack/xeus-python/src/xutils.cpp: In function ‘zmq::message_t xpyt::pybytes_to_zmq_message(pybind11::bytes)’: /home/travis/build/QuantStack/xeus-python/src/xutils.cpp:52:45: warning: conversion to ‘size_t {aka long unsigned int}’ from ‘Py_ssize_t {aka long int}’ may change the sign of the result [-Wsign-conversion] return zmq::message_t(buffer,...

Enhancement

Optionally, `input` request could return EOF on timeout. This would prevent locking on repeated input request.

Feature Request

If I try to start a Notebook with xeus-python I get following error message: ``` Starting xeus-python kernel... If you want to connect to this kernel from an other client,...

update to new pyjs version once https://github.com/emscripten-forge/recipes/pull/186 has landed

For now xeus-python-shell's debugger relies on IPython.

Enhancement

Currently there doesn't seem to be a changelog in this repo. This makes looking for changes or even knowing what's new in a release quite difficult. There is also no...

Requirements: xeus v4.0