Use the following commands to install Mambaforge:
# Download the Mambaforge installer
curl -L -O https://github.com/conda-forge/miniforge/releases/latest/download/Mambaforge-$(uname)-$(uname -m).sh
# Install Mambaforge to your home directory
bash Mambaforge-$(uname)-$(uname -m).sh -b -p $HOME/mambaforge
# Use mamba to install required Python packages
$HOME/mambaforge/bin/mamba install -y -c conda-forge pandas-gbq pandasUse the following command to install google-colab:
pip install google-colab