Jeremy Tuloup
Jeremy Tuloup
Add a traitlets configuration file to set options such as: ```python c.MappingKernelManager.cull_interval = 10 ```
### Problem Currently the default channels are only added if there is no environment file: https://github.com/jupyterlite/xeus/blob/eda12f8c2e50bd7ca4b171e38492de652a678cb4/jupyterlite_xeus/add_on.py#L130-L147 ### Proposed Solution Maybe the add-on should check if the user-provided `environment.yml` includes https://repo.mamba.pm/emscripten-forge...
### Problem Currently there is no easy way to build the documentation locally. ### Suggested Improvement - Add scripts to build the documentation. For example similar to: https://github.com/voila-dashboards/voila/blob/5aa861dc153215c66d8ccdff040f4ac868d7af3a/pyproject.toml#L145-L151 ```toml [tool.hatch.envs.docs]...
### Problem Currently there are quite a few messages in the dev tools console when starting a kernel:  These messages can add a bit of noise and some deployments...
https://github.com/jupyterlite/xeus/pull/2 keeps `"noImplicitAny": false` for now, but it should ideally be re-enabled.
Related to experiments with `repo2jupyterlite`: - https://github.com/stevejpurves/seg_tutorial/pull/1 - https://github.com/jupyterlite/repo2jupyterlite/issues/9
At the moment `geopandas` appears to be missing: ``` __ __ ______ ___ ____ _____ ___ / /_ ____ _ / / / / __ `__ \/ __ `/ __...
### Problem https://github.com/jupyterlite/jupyterlite/pull/492 added a check to not increment the execution count if `store_history` is set to `false`. This check happens in the base kernel class here: https://github.com/jupyterlite/jupyterlite/blob/cb66d86e9b10cedc41f6bad77e3a25a97efb9c44/packages/kernel/src/kernel.ts#L536-L538 This means...
### Problem It should now be possible to use the new `comm` package: https://pypi.org/project/comm/ Currently there is a mock for `ipykernel` here: https://github.com/jupyterlite/pyodide-kernel/tree/main/packages/pyodide-kernel/py/ipykernel Which hopefully could be removed. ### Proposed...
This repo differs from other extensions and the extension cookiecutter since it does not depend on `hatch-jupyter-builder`. `hatch-jupyter-builder` as a way to make sure some assets are correctly built via...