-
Notifications
You must be signed in to change notification settings - Fork 110
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
Jupyter: Conda and Mamba #345
base: master
Are you sure you want to change the base?
Conversation
Add hints from support on how to install ipympl widgets.
This avoids collisions in the overall document on references with the same text.
@proutrc @kincl @secondspass ready for review :) |
@ax3l can you provide some context on what problems conda has in adding new libraries? It's a little unspecific and not clear what potential problems mamba solves. |
@secondspass thanks for the feedback! Yes, a main challenge is often that the conda default channels ship relatively old software, which are already present in the This is especially common when installing software from Some more info on the why's of mamba are in those blog posts:
I can add more of those details in the docs, just did not know how detailed I should get. What do you think? |
That makes sense, can you write something like "since the conda dependency solver can sometimes be slow when adding packages and sometimes not pick up the latest release of a package, you can also use mamba..."? Just basic detail like that should be enough. |
Add hints on how to install complex software environments with mamba.
This overcomes some common
conda
issues.