Issue
I am a beginner in python and started to install Python via the following tutorial:
enter link description here.
I have downloaded the python3.7.5. After installing that, I have moved to command prompt for further tensor flow 2.0 installation. I used the following commands:
pip install tensorflow
then
pip install jupyter
then
jupyter-notebook.exe
After this command, I got the error
C:\Users\Nafee\AppData\Local\Programs\Python\Python37\Scripts>jupyter-notebook.exe
'jupyter-notebook.exe' is not recognized as an internal or external command,
operable program or batch file.
Please help me to get out this problem.
Solution
You have to run
jupyter notebook
Not jupyter-notebook.exe
Answered By - A_kat
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.