

INSTALL PACKAGES IN ANACONDA NAVIGATOR INSTALL
Install Python Pandas on Windows, Linux & Mac.Install Anaconda & Run pandas on Jupyter Notebook.Manage conda environments with Anaconda: You. Anaconda Navigator to install conda packages with just a few clicks. I have tried my best to layout step-by-step instructions, In case I miss any or If you have any issues installing, please comment below. After the installation, Anaconda installs Python, conda, and hundreds of default packages into one environment. You can install the conda package manager with Anaconda Distribution or Miniconda. This completes installing Anaconda and running Jupyter Notebook. On Jupyter, each cell is a statement, so you can run each cell independently when there are no dependencies on previous cells. Now select New -> PythonX and enter the below lines and select Run. This opens up Jupyter Notebook in the default browser.

It will take a few seconds to install Jupyter to your environment, once the install completes, you can open Jupyter from the same screen or by accessing Anaconda Navigator -> Environments -> your environment (mine pandas-tutorial) -> select Open With Jupyter Notebook.
