mamba-org / gator

Conda environment and package management extension from within Jupyter
Other
259 stars 31 forks source link

In Conda Store, hide filter and show installed #181

Closed gabalafou closed 8 months ago

gabalafou commented 2 years ago

This PR is a stepping stone to a minimum viable user experience for Conda Store: https://github.com/Quansight/conda-store/issues/228

Subsequent PRs will change the search box so that instead of merely filtering down a large list of packages locally, it will use search results returned from the server.

github-actions[bot] commented 2 years ago

Binder :point_left: Launch a binder notebook on the branch Quansight/gator/conda-store-shows-installed

fcollonval commented 2 years ago

Thanks for trying the suggestion @gabalafou

Let's keep getInstalledPackages optional and use a boolean. Regarding the name for it, what about requiresSearch - the trouble with hasSearchProvider is that the local conda or mamba have a search capability (the endpoint is even available already).