Pierre Augier

Results 66 issues of Pierre Augier

With previous versions, it was possible to just use `black.format_str(string)` or `black.format_str(string, line_length=82)`. Now one needs to do: ``` black.format_str(string, mode=black.FileMode(line_length=82)) ``` It's not a big deal in a module,...

T: enhancement
C: api

I maintain a Python package https://foss.heptapod.net/fluiddyn/fluidimage using Trio which is working correctly with trio 0.15. Unfortunately, I started to have a buggy behavior with trio>=0.16. A function given to `trio.to_thread.run_sync`...

I'd like to change the default file name when saving a figure. I tried with `ax.figure.canvas.set_window_title(new_name)`, but 1. the window title is not correctly changed and 2. the default saving...

I'd like to play with Voila, MyBinder and ipympl. Unfortunately, I can't get ipympl to work with JupyterLab in MyBinder :slightly_frowning_face: But actually, the issue can be reproduced with your...

I'm playing with this tiny experiment: https://github.com/paugier/plot-covid19 Locally, the interaction (currently, just switching from linear to log yscale) does work well. (with Chromium... unfortunately the figures are not displayed with...

Fresh install with conda (laptop with Ubuntu 18.04 => nothing to do with Docker). Maybe related to #161 ? Matplotlib figures do not show up and I get only ```...

The page https://libraries.io/pypi/transonic is quite wrong. The repository of this Python package is hosted on https://foss.heptapod.net/fluiddyn/transonic and there is a Github mirror (https://github.com/fluiddyn/transonic). Heptapod is a Gitlab fork supporting Mercurial....

Note: This PR depends on an unreleased version of repo2docker (https://github.com/jupyterhub/repo2docker/pull/950) It implements a Mercurial repo provider (and therefore fixes #1148). I tried to copy the GitRepoProvider but I'm not...

new
code:python
code:html/js/css

I'd like to have an extension that adds a button (like [this](https://github.com/jupyterlab/extension-examples/tree/master/toolbar-button)) to trigger a command written by the user in the metadata of the notebook. [I guess](https://github.com/jupyterlab/extension-examples/issues/202#issuecomment-1186516492) the command...

enhancement

Hi, I'm Pierre Augier, one of the authors of Fluidsim (see http://fluidsim.readthedocs.io/ and http://fluiddyn.readthedocs.io/). Fluidsim and SpectralDNS are two very similar projects (while Dedalus is technically different). I think both...