Installation related problem

upgraded to python 3 ,facing problem with kernel not connected in jupyter while using python 3 , checked many resources but still facing issue.

Hey @shubhkumar720, try installing with pip3 command instead of pip

Hope this resolved your doubt.
Plz mark the doubt as resolved in my doubts section. :blush:

i have installed using pip3 ,everything is working fine except when i opened jupyter notebook using python 3 it’s showing kernel connecting and results in not connected and i am not able to write anything run anything

Hey @shubhkumar720, run these two commands in terminal

pip3 install jupyter notebook
ipython3 kernelspec install-self

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.