Owen Lamont
Owen Lamont
I saw this mentioned on an [earlier issue](https://github.com/cantino/mcfly/issues/106) but was wondering if it would be possible to also support Powershell. I'm completely ignorant of how much effort this would involve...
#### Target Use case Being able to export images or animated gif/movies would be extremely useful when incorporating pydeck visuals into static reports or presentations and much more convenient than...
I've noticed conda always installs the latest 0.6 alpha including the lab extension but running "jupyter labextension update --all" - as I frequently do - will downgrade the labextension from...
My reviewer noticed the current LICENSE file wasn't being packaged with the release whilst I was repackaging aiocache for [conda-forge](https://github.com/conda-forge/staged-recipes/pull/16637). The release files contain any older LICENSE.txt file that isn't...
I noticed there's no Python 3.8 conda target and was wondering when that might be supported. I wasn't sure if camelot-py was blocked on some other dependency but I'd love...
I was writing to request some way to integrate Loky promises with asyncio logic. I have a current use case with a FastAPI web service composed mainly of async methods...
I'm using mamba 0.23.3 on Windows 11 and noticed the mamba activate command doesn't work in Powershell (original or Powershell Core). Normally I use the old Windows command prompt terminal...
I was wondering if we could get Pynecone as a conda package in addition to being on PyPi. I was thinking on the [conda-forge](https://conda-forge.org/) channel by [submitting the package](https://conda-forge.org/docs/maintainer/adding_pkgs.html) to...
### Missing functionality Add support for Pandas 2 ### Proposed feature I'd just like to be able to install ydata-profiling and Pandas 2 into the same environment ### Alternatives considered...
I was wondering if uv venv could get support for the [venv --system-site-packages](https://docs.python.org/3/library/venv.html) option. We have virtual environments that use system installed packages for some of the more complex geospatial...