Owen Lamont
Owen Lamont
This problem got resolved for me pretty quickly, I made sure to upgrade mamba to the latest version before I let conda upgrade but since then they seem to be...
Thanks for looking into this - I'd be happy with just static images if that meant I could iterate some updates and save images for ffmpeg to animate. If static...
Afraid not... I haven't invested anytime to look for an alternative though. That use case of being able to export images or videos for presentations would still be useful to...
Thanks for the tip. I will test again in a new environment. I still don't know how to stop jupyter labextension update from downgrading the labextension though or why the...
I hope this can be started, now jupyter lab 4 is out I'm not sure Lux will even be usable with that if the lab extension isn't installable by PyPi/Conda.
If this feature is ever looked examined again maybe Plotly's [Kaleido](https://github.com/plotly/Kaleido) package is worth a look - they created that for the exact same purpose of being able to programmatically...
Can this PR be merged soon? I'm keen to get this fix and aren't in a position to update pre-commit in the environment I'm using.
Sorry, I should've checked my simplified version before posting. I'll try again and look up the mypy details.
So I went back and found a minimal example that actually reproduced the issue with: ``` Refurb: v1.20.0 Mypy: v1.5.1 ``` Here's a minimal example: ```python def _concat_abbreviations(words: list[str]): abbreviation...
Can this problem can be reproduced by running nvdashboard from two Python environments on the same system at the same time?