Quite disappointed with section "Installing Jupyter Notebook" in Chapter 2: TensorFlow Installation.
Jupyter Notebook should be installed into the created TensorFlow virtual environment, not in Python system-wide. Otherwise, the Jupyter Notebook will be unable to find TensorFlow modules. Besides, this section runs Python pip command with root privilege which is not a good practice.
— Sep 10, 2017 09:00PM
Add a comment