Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement magic for mamba and micromamba #14191

Merged
merged 1 commit into from
Oct 1, 2023

Conversation

sgaist
Copy link
Contributor

@sgaist sgaist commented Oct 1, 2023

Conda has two compatible alternative that are mamba and micromamba.

In order for users to be able to use conda environment based on these two drop-in alternative, this patch implements two additional magic commands that makes them usable in the same fashion as conda.

Fixes #14075

@sgaist sgaist force-pushed the 14075_implement_mamba_magic branch from 2eeca22 to 771b6d5 Compare October 1, 2023 07:40
@sgaist sgaist force-pushed the 14075_implement_mamba_magic branch from 771b6d5 to abf6641 Compare October 1, 2023 07:45
@Carreau Carreau added this to the 8.17 milestone Oct 1, 2023
@Carreau Carreau merged commit 1fe7769 into ipython:main Oct 1, 2023
21 checks passed
@Carreau
Copy link
Member

Carreau commented Oct 1, 2023

I invite you to send a PR that update docs/source/whatsnew/version8.rst to list some of these new features.

@sgaist sgaist deleted the 14075_implement_mamba_magic branch October 1, 2023 18:24
@sgaist
Copy link
Contributor Author

sgaist commented Oct 1, 2023

Sure thing ! I forgot that part.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add %mamba magic to install packages in current kernel
2 participants