mamba-org / gator

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

Add support for mamba #46

Closed fcollonval closed 4 years ago

fcollonval commented 4 years ago

Description

Add support for mamba

Thanks @SylvainCorlay for pinging me. One question, my idea is to add a configurable server option to choose the package manager. Will this fit your use case?

fcollonval commented 4 years ago

This extension will use mamba if available. Otherwise it will use conda.

Fixed by #52