Jeremy Tuloup
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...
### 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...
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
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...
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...
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
#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.
### 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...
### Problem On the demo website the `xeus-python` files are a bit over 10MB in size:  This size can grow quite significantly as more packages are added by default....
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,...