xeus-python-kernel icon indicating copy to clipboard operation
xeus-python-kernel copied to clipboard

xeus-python in JupyterLite

Results 18 xeus-python-kernel issues
Sort by recently updated
recently updated
newest added

Fixes https://github.com/jupyterlite/xeus-python-kernel/issues/186 - [ ] Add UI test to import packages - [ ] Set up environment with a set of critical packages

maintenance

To make sure the new packages can be used correctly in the xeus python kernel, we should add a UI test that imports popular packages like `scipy` to make sure...

maintenance

As noticed in https://github.com/jupyterlite/xeus-python-kernel/pull/181#issuecomment-1767950367, there seems to be an issue with `hatch` not picking up the files listed in `.gitignore`. As a result, they are not included in the wheel...

maintenance

Follow-up to #167 Related to https://github.com/jupyterlite/xeus-python-kernel/issues/152 - [x] Add `webkit` to the UI test matrix - [x] Add `webkit` ref snapshot - [x] Add `webkit` to the update workflow

maintenance

#167 added UI tests and this following TODO: https://github.com/jupyterlite/xeus-python-kernel/blob/886b9a4ad35da60a7a7daf4a67984995ad61511f/.eslintignore#L9-L10 We should consider removing it and making sure ESLint can run in the `ui-tests` folder too.

maintenance

I've just started migrating to the `xeus-python-kernel` and I'm experiencing some unusual behaviour with opening local files using `pandas`. I was opening files distributed with the JupyterLite as expected, but...

bug

## Description Build fails with: FileNotFoundError: [Errno 2] No such file or directory: '\\tmp\\xeus-python-kernel\\envs\\xeus-python-kernel\\Scripts/pip-script.py' ## Reproduce 1. conda install -c conda-forge jupyterlite-xeus-python 2. jupyter lite build Error: Executing transaction: done...

bug

## Description The spec registered by the extension uses `xeus-python` as the kernel name, but in JupyterLab, the kernel name served by `/api/kernelspecs` is `xpython`. The mismatch makes `Voici` can...

bug

## Description Added the disabledExtensions option into the jupyter-lite.json to opt out two kernels(Pyodide and Web Worker) in the UI but it doesn't work. ## Reproduce 1. I installed JupyterLite...

bug

When building from source, the last stage of `jlpm run build` yields ``` Failed to parse source map from '/home/sylvain/dev/jupyterlite/xeus-python-kernel/node_modules/@jupyterlite/server/src/app.ts' file: Error: ENOENT: no such file or directory, open '/home/sylvain/dev/jupyterlite/xeus-python-kernel/node_modules/@jupyterlite/server/src/app.ts'...

bug