Jeremy Tuloup

Results 2209 comments of Jeremy Tuloup

@dependabot recreate

> @jtpio I added you as maintainer in this recipe, if you want to approve it. Yes happy to be listed here, thanks!

@westurner normally this was fixed by https://github.com/jupyterlite/jupyterlite/pull/1474, but you need to use the `latest` version of the docs: https://jupyterlite.readthedocs.io/en/latest/_static/lab/index.html This issue is being tracked upstream in JupyterLab: https://github.com/jupyterlab/jupyterlab/issues/15629

Closing in favor of https://github.com/jupyterlab/jupyterlab/issues/15629

`otter-grader` can be installed with Pyodide, because the following seems to be respected by `micropip`, but not with `%mamba install`: ```toml nbconvert = { version = ">=6.0.0", extras = ["webpdf"],...

> EDIT: since the issue is more that `nbconvert` is optional for `otter`, it should be removed from its feedstock dependencies (and possibly put in `run_constraint` section). Here is the...

Opened https://github.com/conda-forge/otter-grader-feedstock/pull/46

Another approach would be to create two outputs for the conda recipe: - `otter-grader-base` with a minimal set of dependencies, for use with lite - `otter-grader` depends on `otter-grader-base`, plus...

After facing https://github.com/jupyterlab/jupyterlab/issues/15629 more and more frequently with setups that have multiple drives, I wanted to give it a shot and hopefully find a fix for it. Maybe there is...

> Maybe there is a better way to fix it so if folks have other suggestions please feel free! It feels like the fix should belong elsewhere, typically the widget...