A Data wrangling project for Udacity Data Analyst ND where we analyze the twitter data for the channel We Rate Dogs.
Anaconda is actually a distribution of software that comes with conda, Python, and over 150 scientific packages and their dependencies. It comes with jupyter notebook too. Hence installing anaconda will automatically install jupyter notebook.
Download and install Anaconda:- For windows: https://repo.anaconda.com/archive/Anaconda3-5.2.0-Windows-x86_64.exe
conda create -n predict-product-category python=3.6
conda activate predict-product-category # for windows
pip install <package_name>
Enter 'jupyter notebook' on the terminal