Johan Mabille

Results 275 comments of Johan Mabille

Yes that's the way to use it, so it is still broken :s

> [... ] There is a failing 'pretty format json' pre-commit check, I'm not sure what does that mean and how to deal with that? I think running `pre-commit run...

Actually this also requires updating the config, let's merge this one and I'll fix the build on master directly.

Nope, we are still searching for funding to implement new features in xtensor.

Maybe we can use floating point comparisons / assertions instead

> I think this is also happening for dense numpy arrays with xtensor-python No, xtensor-python can operate on numpy arrays in place. The idea of this repo is not to...

There are two modes for xeus-python: - xpython, which embeds ipython, and is almost at feature parity with ipykernel. You may have some issues with event loop integration, like matplotlib...

+1 on the ability to inspect and modify the variables, this is definitely a mandatory feature. Here are some thoughts on this: > How should this feature interact with the...

Actually, each element of an array is a variable, so it is possible to directly use pagination for arrays; for partial assignment of arrays, the new setVariables / editVariables request...

> I understand the value in building on top of already-existing protocols, but if kernels have to implement the DAP or LSP protocols in order to support this feature, I'm...