Remi Lehe

Results 259 comments of Remi Lehe

Thanks for the information, and thanks a lot for looking into this!

Not sure if this is related, but I recently tried the Lorentz-attactor example from here: https://github.com/jupyter-widgets/ipywidgets/blob/master/docs/source/examples/Lorenz%20Differential%20Equations.ipynb This works fine in Jupyter notebook (i.e. shows both the slider widgets and the...

Thanks for the prompt answer! I now see that I had `ipywidgets 7.1.0` instead of `ipywidgets 7.1.2`. Upgrading solved my issue. Thanks for your help!

Great, thanks for your answers! If an API similar to the C one is developed, I would be very interested indeed!

@DavidSagan I think that Axel's point is that you can always use: ` /data/400/fields/Efield_dc` and `/data/400/fields/Efield_ac` (which would be compatible with the current standard) instead of `/data/400/fields/dc-field/E` and `/data/400/fields/ac-field/E`. Would...

After discussing with @ax3l, it seems that we will defer this to the next version. The reason is that: - down-sampled mesh can already be written in openPMD (one just...

@DavidSagan This looks useful. Would you like to open a pull request with the above?

@DavidSagan I recently had a discussion with @ax3l, and we think that it is better to postpone this issue for now, and maybe reconsider later whether we really need this...

For `gridUnitSI` this seems quite simple: we just enter an array of floats (one element per dimension) instead of a single float. For `gridDimension`, it seems that the most natural...

Ok, great! I'll do a corresponding PR in the next few days.