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.
-
For personal work use anyone of the above where you are comfortable. It will yield same.
-
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