

If you want to build your own constructor-based installer, check the FAQ below! It expects a URL pointing to a constructor-like installer, so you can prebuild a Python 3.7 distribution that fulfills your own needs. The Mambaforge distribution is officially provided by conda-forge but I forked and patched it so it's built for Python 3.7.įor advanced users, install_from_url() is also available.

This contains plenty of data science packages, but they might be outdated by now. install_anaconda(): This will install the Anaconda 2020.02 distribution, the last version that was built for Python 3.7.The default condacolab.install() provides Mambaforge, but there are other conda distributions to choose from: It is important that you perform the installation first thing in the notebook because it will require a kernel restart, thus resetting the variables set up to that point. install ()Īfter the kernel restart, you can optionally add a new cell to check that everything is in place: import condacolab condacolab.

CONDA INSTALL PACKAGE FOR 3.6 CODE
On your Colab notebook, run the following code as the first executable cell: ! pip install - q condacolab import condacolab condacolab. Install Conda and friends on Google Colab, easily.
