M Bussonnier

Results 439 issues of M Bussonnier

Downstream users have requested wether we can do alpha to test new features (even if unstable). I think we should also have nightly on [scientific Python anaconda index](https://anaconda.org/scientific-python-nightly-wheels/)

Otherwise the types annotations are less usefull, even with ruff. Ignore/fix types errors. Also the mypy config was way to lax, ignoring errors project wide intead of per-file. This make...

maintenance

The io domain has not been used from quite some time; so this will avoid (at least) one redirect. Note that https://pypi.org/packages/*... redirects to https://files.pythonhosted.org/$1, so maybe we should avoid...

maintenance

This is an old package of mine that I use to show how to package things, without beeing too serious. It lets you do: ``` >>> from SPQR import *...

See https://github.com/napari/napari/actions/workflows/test_translations.yml I guess we could use https://github.com/marketplace/actions/create-an-issue or similar for cron workflow to automatically open and update an issue when the cron fails.

bug

It looks like qtconsole is not compatible with ipykernel 7, Unfortunately I've not been following the development, and the previous maintainer stepped down a few month ago, and I'm afraid...

Also update existing test to ensure output is empty.

It's unclear to me how the failure seen in #7378 is related to the change in the PR, it just happen that the test need to try touching in 2068....