Skip to content

Guide to run notebook on windows 10 after installing Anaconda in the system.

Notifications You must be signed in to change notification settings

aaneloy/Jupyter-Notebook-Guide-for-Windows-10

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

  • First Install Anaconda. For help, see here

Install Pip

pip is a package management system used to install and manage software packages written in Python. Many packages can be found in the default source for packages and their dependencies.

Open Windows CMD as Administrator and Run the following-

py -m pip install --upgrade pip
py -m pip install --upgrade https://storage.googleapis.com/tensorflow/mac/cpu/tensorflow-0.12.0-py3-none-any.whl

Install Tensorflow

About

Guide to run notebook on windows 10 after installing Anaconda in the system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published