Nuno André

Results 24 comments of Nuno André

Hi @benja-M-1! Yeah, that would be great! Searching for the newest version for an OS/arch in the absence of a `latest` tag (or a explicit version in the command argument)...

Happy to help with this. Could you provide a suitable format?

Elastic has [docs about migrating from the legacy JS client to the new one](https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/7.17/breaking-changes.html).

You could add `pandas` as an [optional dependency](https://setuptools.pypa.io/en/latest/userguide/dependency_management.html?highlight=extras_require#optional-dependencies) through an `extras_require` option in the setup. This would enable a `pip install plotly[express]` while: - avoiding this drawback, - documenting the...