Corentin Cadiou

Results 50 issues of Corentin Cadiou

When not declaring 'build' option, cropper is unable to attach the build event and therefore returns a window object, that cannot be triggered: The line that fails is this one:...

It regularly happens that the mpris-integration plugin takes 100% of one of my CPU, for no obvious reasons. I will try to come up with a MWE, but in the...

Hi, following jupyter confirmation-on-exit, it would be great if ipcontroller and ipcluster were asking for confirmation when hitting Ctrl-C. It would prevent the user from killing by mistake their controller...

enhancement

### Bug report **Bug summary** On IPython ≥8, yt fields are displayed as if we were in a rich display interface (but we're not!). See screenshot. ![image](https://user-images.githubusercontent.com/5411875/182955615-8b16bf54-f051-4086-82f1-0f33217bb1f8.png) **Code for reproduction**...

bug
new contributor friendly
UX

### Bug report **Bug summary** The function `yt.frontends.fits.misc:ds9_region` requires the package pyregion to be installed and fails with a `ModuleNotFoundError` when the function is called. This should make use of...

bug
new contributor friendly

At the moment the callbacks (and fixed resolution buffer filters) have a very circumvoluted structure which makes them: - hard to discover in the code base because the class that...

viz: 2D
refactor

* autodetect interactive sessions * provide a with recipy.log_it(): context

Is there a way to manually tell recipy to log input and output files? I'm using Python to execute different executables that take input / output parameters. It would be...

This adds support for jupyterlab. It injects the missing jquery library in contexts where it is missing. This has been tested against jupyter lab 0.35.5. Fixes #33 .