##// END OF EJS Templates
Add what's new content for mamba and micromamba magic (#14196)
Matthias Bussonnier -
r28456:d688ff09 merge
parent child Browse files
Show More
@@ -0,0 +1,12
1 Mamba and Micromamba magic
2 ==========================
3
4 In addition to the conda command to manage conda environment, mamba and
5 micromamba can now be used using the corresponding magic in IPython.
6 Since these commands are compatible with conda, they are following the
7 same logic.
8
9 These two magic require to have the corresponding commands available
10 either in the conda environment or system wide.
11
12 :ghpull: 14191
General Comments 0
You need to be logged in to leave comments. Login now