##// END OF EJS Templates
Silence Warnigns of deprecated functionality tests....
Silence Warnigns of deprecated functionality tests. This check that the warnings are indeed raised and silence them Plus refactor some of the tests with paramatrize.

File last commit:

r28446:8aeb6391
r28487:820b4807
Show More
new_magic.rst
12 lines | 413 B | text/x-rst | RstLexer

Mamba and Micromamba magic

In addition to the conda command to manage conda environment, mamba and micromamba can now be used using the corresponding magic in IPython. Since these commands are compatible with conda, they are following the same logic.

These two magic require to have the corresponding commands available either in the conda environment or system wide.

ghpull:14191