condacolab icon indicating copy to clipboard operation
condacolab copied to clipboard

Install Conda and friends on Google Colab, easily

Results 26 condacolab issues
Sort by recently updated
recently updated
newest added

@jezdez can i please get python3.7 in condalab? It works working perfectly till yesterday, but now it is installing python 3.8.

## Description Adding the third party dependencies to `pyproject.toml`. ## Status - [x] Ready to go Check the changes made in this PR in this [colab notebook](https://colab.research.google.com/drive/1hSFeS2xEKXkfTVYw8hZTMF2iXCqoadmN?usp=sharing).

## Description In this PR, we are providing the ability to set environment variables and add a bash script to run before activating the conda base environment. Closes #39 You...

We forgot about the `env` keyword argument in #31, oopsie. This keyword allows users to inject environment variables in the kernel launch. We used it for `LD_LIBRARY_PATH`, but we don't...

Hi, I'm installing a condacolab via **install_from_url()** because I need a conda/mamba with python 3.9 while colab is pinned to 3.10. I tried with several versions of mambaforge, included some...

Hi all, Thank you very much for your amazing work, which made this part of science accessible to people like me. Well done! What I would like to ask may...