Jeremy Tuloup

Results 481 issues of Jeremy Tuloup

### Problem Currently we have a couple of directives for either using the full JupyterLab interface, Notebook or REPL. However this could be a bit tedious to maintain over time...

enhancement

### Problem There is already a section in the docs to deploy JupyterLite to ReadTheDocs: https://jupyterlite.readthedocs.io/en/latest/deploying.html#readthedocs However the config in the main repo might feel a bit intimidating and a...

documentation

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

### Problem Currently `jupyterlite-xeus-python` supports reading dependencies from an `environment.yml` file which is great :+1: However some folks new to Python and likely to use JupyterLite might not be familiar...

enhancement

### Problem On the demo website the `xeus-python` files are a bit over 10MB in size: ![image](https://user-images.githubusercontent.com/591645/177781173-acb543b6-fec9-4b8a-acd4-3a501bd94546.png) This size can grow quite significantly as more packages are added by default....

enhancement

This was briefly discussed offline at some point. Maybe we should consider moving this extension to the `jupyterlab-contrib` organization on GitHub? https://github.com/jupyterlab-contrib This could help make the extension more visible,...