You can simply download google-colab and use it in local.
Copypip install google-colab
Answer from Hazeeb M on Stack OverflowYou can simply download google-colab and use it in local.
Copypip install google-colab
If you want to run google-colab from your local machine and you want to install if via conda, just type the following:
Copyconda install -c conda-forge google-colab
For reference: https://anaconda.org/conda-forge/google-colab
I’m working within Jupyter Notebook and want to mount drive to get my data. I can’t use colab because it’s free RAM is not enough for me and i my code fails because of not having enough ram storage. So I try to use it within Jupyter Notebooks and I stuck in this part. When I runned "from google.colab import drive" it said: No module named 'google.colab'.
Then I tried "pip install google.colab" but it gives me such error:
ERROR: Failed building wheel for pandas
Running setup.py clean for pandas
Failed to build pandas
ERROR: Could not build wheels for pandas, which is required to install pyproject.toml-based projects
Note: you may need to restart the kernel to use updated packages.
How can I solve this problem, I need to download data from my drive