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

A quick google search says no, trying to get my M1 Mac up to date with the latest goodness. The Jupiter kernel has a ARM wheel for M1 :-)

There are cases when the kernel dies when handling large outputs. Below is a gif of one variant that was easy to reproduce on the binder for this project. I...

How would you detect from code running in a notebook whether it is running in a xeus kernel? To detect ipykernel, you could do: ```python 'IPKernelApp' in sys.modules['IPython'].get_ipython().config ``` Is...

Initial state: xpython kernel selected, works. Changing kernel to ipython -> "Pythin quit unexpectedly". Process does not terminate with proper return code when kernel is shut down. Mac os, xeus-python==0.12.5

Using the XPython kernel in conjunction with PyTorch seems impossible, even when inside the same conda environment and executing simple commands like `torch.device()`. I've tried many different versions of `torch`...

Not sure which bug it is. If you open https://mybinder.org/v2/gist/abitrolly/2b5351962b3b6ed57ce7141599fcde7e/HEAD?filepath=gql-pagination.ipynb and rerun the first cell, there would be no output visible at all. ![image](https://user-images.githubusercontent.com/8781107/122742616-ce1b0b80-d28e-11eb-979d-90ed09cb3659.png) If the notebook is saved to...

Bug

Hi, I am using xeus-python as the kernel in python3.6 in jupyterlab 3.0. When I key in the following command, "from ipynb.fs.full.performance_measurement import performance_analysis as pa", I get the below...

I'm using Jupyterlab with kernel Python 3.9 (XPython) on an M1 Mac Air. The following code does not overwrite the line as expected: for d in range(10): for g in...

In JupyterLab in a linux-64 container: ```python import holoviews as hv hv.extension('bokeh') ``` Kernel output: ``` Error: signal 11: /opt/conda/envs/quantdev/bin/xpython(+0x84fd)[0x5634b39614fd] /lib/x86_64-linux-gnu/libc.so.6(+0x3f040)[0x7f570017b040] /lib/x86_64-linux-gnu/libc.so.6(gsignal+0xc7)[0x7f570017afb7] /lib/x86_64-linux-gnu/libc.so.6(+0x3f040)[0x7f570017b040] /opt/conda/envs/quantdev/bin/../lib/libpython3.7m.so.1.0(PyObject_Call+0xd)[0x7f570088fb5d] /opt/conda/envs/quantdev/bin/../lib/libxeus-python.so.0(+0x35a89)[0x7f5700bc9a89] /opt/conda/envs/quantdev/bin/../lib/libxeus-python.so.0(+0x35c4b)[0x7f5700bc9c4b] /opt/conda/envs/quantdev/bin/../lib/libxeus.so.1(_ZN4xeus13xcomm_manager9comm_openERKNS_8xmessageE+0x39a)[0x7f5700b00aba] /opt/conda/envs/quantdev/bin/../lib/libxeus.so.1(_ZN4xeus12xkernel_core8dispatchERN3zmq11multipart_tENS_7channelE+0x1e6)[0x7f5700b55586] /opt/conda/envs/quantdev/bin/../lib/libxeus.so.1(_ZN4xeus6xshell3runEv+0x449)[0x7f5700b6e259] [I...

Bug

xeus-python now supports using the variable explorer when the kernel is not stopped a a breakpoint with the `inspect_variables_request`. However, the information is not as rich as the one from...