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

When using 3D Slicer's xeus-python kernel and enabling debugging in Jupyterlab, the kernel hangs in xdebugger::process_request_impl after it sends a header and waits for acknowledgment: https://github.com/jupyter-xeus/xeus-python/blob/5d95533d51f28e4f156c3fda6a349090749078d3/src/xdebugger.cpp#L88 Debugger works when using...

When i try to create new jupyter notebook, I get below options Python 2 Python 3 Python 3.5 Python 3.6 xpython xpython is not providing me option to choose python...

When running this in a cell in a Python3 kernel, then the uploaded file is saved correctly in a local file: ```python from ipywidgets import FileUpload uploader = FileUpload() notebookDir...

See https://github.com/ipython/ipython/issues/11841, IPython seem to _sometime_ return base64 str, and _sometime_ return raw data depending on the type of the object (lib.display.Image vs matplotlib.Figure for example). I haven't checked how...

Question

As pointed by @ihnorton, we may want to not re-export the symbols when statically linking openssl. https://github.com/TileDB-Inc/TileDB/pull/1461/files

Enhancement

There are new deprecations in cppzmq 4.7.0. We are using two deprecated methods from `socket_base`, namely `setsockopt` and `getsockopt` ``` src/xptvsd_client.cpp:42:60: warning: 'void zmq::detail::socket_base::setsockopt(int, const T&) [with T = int]'...

Enhancement

I create jupyterlab-debugger. Then install xeus-python from conda promt on Windows 10 using this command: `conda install xeus-python notebook -c conda-forge` After running Jupyter Notebook and staring kernel I see...

Bug

I have installed Jupyter lab debugger in my windows 10. I have followed explanation in: https://blog.jupyter.org/a-visual-debugger-for-jupyter-914e61716559 It was working ok. Now I'm executing tsfresh's function "extract_features", who works in python...

I got an error while processing complete request ``` ERROR: received bad message: TypeError: is_definition() got an unexpected keyword argument 'include_setitem' At: /home/martin/miniconda3/envs/xeus-python/lib/python3.7/site-packages/jedi/inference/filters.py(66): Message content: {"code":"fig.can","cursor_pos":7} ```

It seems that loading the bunny video in the example notebook on binder causes the frontend to indicate that the kernel has died while it has not. Further code execution...

Bug