Error installing google-colab package in jupyter notebook on windows

I tried installing google-colab package on my jupyter notebook, and getting this error, please guide me.

Hello, @shubham_borghare!
Can you provide the command you used to install?

The error message is suggesting to use pip. However, I used Colab itself for some activities in the specialization so I didn’t have to worry as much about installations.

Hello @shubham_borghare ,

Why would you need to do that?

Google colab is a cloud based ide.
Jupyter is another ide for local machine.

  1. For personal work use anyone of the above where you are comfortable. It will yield same.

  2. And for doing the assignments of this specialization, Coursera labs or colab files are provided. And you shouldn’t install anything , neither for Google colab assignments nor on the Coursera labs assignments , as all the requirements are already provided/pre-installed.
    You only need to code between this :

 #start code here 
. 
.
. 
#end code here

With regards,
Nilosree Sengupta