mamba-org / gator

Conda environment and package management extension from within Jupyter
Other
260 stars 30 forks source link

Add ability to remove conda-store packages #166

Closed peytondmurray closed 2 years ago

peytondmurray commented 2 years ago

Summary

This PR adds the ability to remove packages from a conda-store environment.

Changes

  1. Query the conda-store server to gather all the installed packages of the environment
  2. Remove the requested packages from the list of installed packages to create a new package list
  3. Submit a new build specification with the new package list

Note that changes to the environment take a little time to be digested by the conda-store server, so deleted packages may persist for a little while until the build completes. Once the build finishes, the removed packages will be displayed correctly when the package list is refreshed.

github-actions[bot] commented 2 years ago

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