Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
| @@ -38,27 +38,33 @@ | |||
| "\n", | |||
There was a problem hiding this comment.
There was a problem hiding this comment.
@wildintellect I agree with bold or italicize libmamba, but how would you suggest I change the line:
"We use conda with the libmamba solver as a package manager to install, update or remove packages (libraries)."? libmamba is in a callout box even when it is in the middle of the sentence?
There was a problem hiding this comment.
the callout box should be after the sentence explaining what libmamba is and how you can use classic if you want/need
There was a problem hiding this comment.
So conda install --solver=classic -c conda-forge xarray is in the callout box?
There was a problem hiding this comment.
@wildintellect Just following up on the above comment
Since we changed base images to use libmamba solver with conda install instead of mamba, updated docs to recommend installing everything with
conda install -c conda-forgeTested all commands listed
Also, fixes Respository typo
References: MAAP-Project/Community#731 (comment)