Installing Python and Tensorflow with Jupyter Notebook ...
python-bloggers.com › 2022 › 03Mar 05, 2022 · To install Tensorflow, click Anaconda Prompt (anaconda3) as administrator and type two commands sequentially. In particular, Tensorflow requires the latest updated pip which is the Python installation command. pip install –upgrade pip pip install tensorflow To see if Tensorflow is installed properly, run the following sample code in Spyder.