简体   繁体   English

安装 Pyhton Python 3.7 + Tensorflow 2.0 + Jupyter Notebook 2020 并面临问题

[英]Installing Pyhton Python 3.7 + Tensorflow 2.0 + Jupyter Notebook 2020 and facing Problems

I am a beginner in python and started to install Python via the following tutorial:我是 Python 的初学者,并开始通过以下教程安装 Python:
enter link description here .在此处输入链接描述

I have downloaded the python3.7.5 .我已经下载了python3.7.5 After installing that, I have moved to command prompt for further tensor flow 2.0 installation.安装后,我已转到命令提示符以进一步安装张量流 2.0 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.请帮我解决这个问题。

You have to run你必须跑

jupyter notebook

Not jupyter-notebook.exe不是 jupyter-notebook.exe

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM