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

I am trying to install the kernel in order to use Jupyter Lab debugger without luck: ``` pip install xeus-python notebook ERROR: Could not find a version that satisfies the...

I'm not sure this is an issue with Xeus-Python, but I've observed it under this kernel only in the context of using [ipyleaflet](https://github.com/jupyter-widgets/ipyleaflet) with a function calling Javascript and/or asyncio...

As pointed out by @maartenbreddels, xeus-python was much faster than ipykernel to start https://github.com/voila-dashboards/voila/issues/417. But now that xeus-python depends on IPython and imports it when starting, xeus-python might suffer from...

Xeus-python code appears to try to use the `ast_node_interactivity` values and imports IPython.core.interactiveshell.InteractiveShell but setting the value to "all" does not seem to impact how the outputs are displayed. I...

This issue stems from https://github.com/krassowski/jupyterlab-lsp/issues/531. Due to some issues with slow tab completion using jupyterlab-lsp, I was following the instructions to set `c.Completer.use_jedi = False` in `ipython_config.py`. I'm not sure...

Publishing `xeus-python` as a package that can be installed by `pip` opens it up to use in a wider set of venues, namely in environments where `conda` is unavailable.

Running cell with ```torch.device()``` call causes crash of the kernel with the following error: "free(): invalid pointer" Happens on the latest version from conda with jupyter lab 3.0.7 and PyTorch...

## Problem After installing `xeus-python jupyterlab`, I ran into the following error screenshot. ![image](https://user-images.githubusercontent.com/34431729/107073708-fcb8ae00-67e7-11eb-81a2-4e9be3398683.png) The error log is as follows: ``` [E 2021-02-05 19:22:36.072 ServerApp] Failed to run command: ['C:/Users/parkn/anaconda3/Library/bin/xpython',...

I am running jupyter-lab v.3 in virtual environment. All non standard packages are installed in this venv. When I choose xeus-python (XPython) in jupyter-lab kernel list, the execution fails with...

Hi, I want to use pandas dataframe plot function to display interactive charts in jupyter notebook using xpython kernel. Can you please guide how to do that? Thanks, JN