Here is what I did to fix this problem -
I set shadoworflow for windows using the link below -
https://www.tensorflow.org/install/install_windows
After execution - I activated the tensor flow using the command below -
C:> activate tensor (tensor flow) C:> # Your invitation should change
After execution, I ran below the command -
(tensor flow) C:> conda install notebook
Obtaining package metadata ........... Solution package specifications :.
Environment Installation Package
The following NEW packages are installed:
bleach: 1.5.0-py35_0 colorama: 0.3.9-py35_0 decorator: 4.1.2-py35_0 entrypoints: 0.2.3-py35_0 html5lib: 0.9999999-py35_0 ipykernel: 4.6.1-py35_0 ---- ---
jupyter_client 100% | ##################################### | Time: 0:00:00 6.77 MB / s nbformat-4.4.0 100% | ##################################### | Time: 0:00:00 8.10 MB / s ipykernel-4.6. 100% | ###################################### | Time: 0:00:00 9.54 MB / s nbconvert-5.2. 100% | ###################################### | Time: 0:00:00 9.59 MB / s laptop-5.0.0 100% | ##################################### | Time: 0:00:00 8.24 MB / s
After execution, I ran the command
(tensor flow) C:> jupyter notebook
He opened a new Juipter window and was able to work normally -
import tensor flow as tf
source share