M Bussonnier

Results 346 issues of M Bussonnier

``` $ jupyter server extension enable (something something syntax error unrelated in my extension) During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Users/bussonniermatthias/miniforge3/envs/papyri/bin/jupyter-server",...

bug

I've seen many extension forgetting to put @web.authenticated on handlers; I'm tempted to think that AuthenticatedFileHandler should use init_subclass – or whatever, peak at SUPPORTED_METHODS, and autowrap any handler in...

This is on top of #959 there are many other things that need to be done for everything to work properly. In particular the way convert works now, the ``...

This was done for security reasons

Reported on behalf of a frequent user of slide presentation: This is not completely an issues only for nbviewer, but some improvement could be done for hosted slides. The browser...

type:Enhancement
tag:Format

## 🧰 Task From [this issues/comment](https://github.com/napari/napari/pull/4868#issuecomment-1198334997), in the code it looks like transforms values can often be `None`, which may lead to bug/hard to read code. Initialising to a `AffineTransform()`...

task

This experiment stems from the observation in #3867 that a few methods have the `update` argument as to whether or not call `_update_display()`, and this is generally used in case...

Hi ! Really impressive, And I like how the interface look like ! May I ask how long it took you to do it ? On IPython side we are...

Hi all, I do understand that the question I'm going to ask is not the primary goal of xeus-Python, but here me out. I'm wondering if terminal IPython can sorta...

See https://github.com/ipython/ipython/issues/11841, IPython seem to _sometime_ return base64 str, and _sometime_ return raw data depending on the type of the object (lib.display.Image vs matplotlib.Figure for example). I haven't checked how...

Question