deeplook

Results 186 comments of deeplook

I will likely use ipyleaflet instead as that provides very simple features to modify map content dynamically. See https://youtu.be/NBZBjEjN-rU?t=2h20m15s

It could be hard for Folium to provide such features. Depending on what exactly is needed I would recommend considering Ipyleaflet, too. It is way more dynamic and better suited...

> Sure. But for your presumably unit-agnostic mathematical function, what is `floor(3.3 in + 1.1 m)`? Once we know that, let's let pint behave that way, because pint should reflect...

FWIW, I just found this article from 2015, so I'm not sure this is still relevant... https://kaviraj.me/generating-pdf-containing-emoji-python/

Sounds like a low hanging froot. But if you generate the SVG yourself, you could of course skip the invisible le element. 😉

Also, maybe run tests for Python 3.7 in GitHub actions as advertised by the setup.cfg.

Sorry, but your code doesn't execute...

I'd say that https://github.com/bloomberg/ipydatagrid is an awesome alternative...

I'm fine with moving to pyproject.toml, although I'm quite sure that support for setup.py will not vanish really soon. But this PR removes instructions for installation without pip from a...

I also think that using alternative (local/remote) LLMs at least with the same API would make this project even more interesting. AnythingLLM is a very promising UI implementing this idea...