So I cannot successfully install miniconda and decided to work in Google Colab. But my local repository is in Google Drive. All of the jupyter notebook that I want to work on is
What works for me is opening the notebook from Google Drive, not from Colab.
The following steps:
Mount drive:
from google.colab import drive
drive.mount('/content/drive')
Change directory to your repository folder:
%cd drive/My Drive/Colab Notebooks/(YOUR_REPO_PATH)