

Don’t forget to wrap the PATH with ‘PATH’. PATH is the path you pasted in the text editor. If the path on the text editor does not match the working directory, you can change it by writing cd PATH in the Terminal.
Ipynb viewer for mac install#
The Terminal will install all the libraries in this working directory. In MacOS, the latest folder is shown before the $. As you can see in the figure below, the path of anaconda3 and the working directory are identical. The Terminal sets the default working directory to Users/USERNAME. You need to specify the working directory where you want to create the yml file.Īs said before, it will be located inside Anaconda.
Ipynb viewer for mac software#
A quick way to install libraries and software is to write a yml file. You will need to create a new folder inside Anaconda which will contains Ipython, Jupyter and TensorFlow. In the next, we will set the working directory from c:\ to Anaconda3.įor MacOS user, you can use the Terminal and type: which anaconda For instance, in the picture above, Anaconda is installed in the Admin folder.

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.
