Nick’s Reviews > TensorFlow For Machine Intelligence: A hands-on introduction to learning algorithms > Status Update
Nick
is on page 118 of 342
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
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.
Like flag

