Problems opening Jupyter Notebook - Python

1

I just reinstalled python and the package for jupyter notebook, however when running from the cmd jupyter notebook I get the following message

I verify the installation and it tells me that it has all the required packages installed Do you know why this can happen? or should the cmd be run differently? This is because when I reinstalled python I must install the packages as py -m pip install, whereas before it was enough to say pip install, I do not know if I have something to do or if I should change the directory

Thank you very much, regards

    
asked by Rodrigo A 20.08.2017 в 02:29
source

1 answer

1

Hi, thanks for the reply, at this moment I only have version 3.6 installed I have tried all the options that you mention but in all cases I find the following error

I also tried to change the windows path and nothing

In the end it worked for me changing the cd to the python scripts folder:

cd "C:\Program Files\Python\Scripts"

In case someone else needs it

Greetings and thanks

    
answered by 20.08.2017 в 21:34