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

Nice to see this package frees people from hard debugging on Jupyter. I am facing a small problem at the start of the journey. The xeus-python kernel works perfectly when...

With `ipykernel`, when an exception is raised, I can use the `%debug` magic to start a debugging session with the exception site as the breakpoint: ![image](https://user-images.githubusercontent.com/2734517/103711431-b4735980-4fb7-11eb-832a-4f1296a54909.png) Is there a way...

I installed using pip: > sudo pip3 install xeus-python jupyter > (output) xeus-python in /usr/local/lib/python3.8/site-packages (0.9.1) Then, I tried to register using > sudo jupyter-kernelspec install /usr/local/lib/python3.8/site-packages/xpython --sys-prefix But it...

There is an upstream [PR on inkscape](https://gitlab.com/inkscape/inkscape/-/merge_requests/417#note_339899186 ) to get a formal integration of python into inkscape, and I had done my own copy-pasta playing with [blender (fragile)](https://gist.github.com/bollwyvl/802c4bee4364bd24930c8c1b9142ee81). I don't...

I had some trouble trying out the xeus-python kernel. I have a fresh Miniconda-based setup with conda-forge based JupyterLab, xeus, etc. The kernel tries to start up, and says "Connecting"...

include\xeus-python/xdebugger.hpp(29): warning C4275: non dll-interface class 'xeus::xdebugger_base' used as base for dll-interface class 'xpyt::debugger'

If I'm looking correctly, this line of code makes the assumption that the file's source is on disk: https://github.com/jupyter-xeus/xeus-python/blob/master/src/xdebugger.cpp#L216 However, it is quite easy to configure Python to allow files...

This is pretty much a new conda install and this start happening after a few reinstalls of the kernel See https://github.com/elyra-ai/elyra/pull/767 ``` conda install -y xeus-python -c conda-forge ``` ```...

Hi all, I do understand that the question I'm going to ask is not the primary goal of xeus-Python, but here me out. I'm wondering if terminal IPython can sorta...