We are interested to know the name of the folder where Anaconda is installed because we want to create our new environment inside this path. If you are a Windows user, you can use Anaconda Prompt and type: C:\>where anaconda You will create a new conda environment that includes the necessaries libraries you will use during the tutorials about TensorFlow. The first step you need to do is to locate the path of Anaconda. Create the yml file (For MacOS user, TensorFlow is installed here).yml file to install Tensorflow and dependencies
Refer this tutorial to install Anaconda Create. Install Anacondaĭownload Anaconda version 4.3.1 (for Python 3.6) for the appropriate system.Īnaconda will help you to manage all the libraries required either for Python or R. The Pandas library helps to manipulate a data frame.
On top of this, you will add one essential library for data science: “Pandas”. It means you will install Ipython, Jupyter, and TensorFlow in an appropriate folder inside our machine. To run Tensorflow with Jupyter, you need to create an environment within Anaconda.