Author : HASSAN MD TAREQ | Updated : 2023/07/20

Install python and pip

Install python

Install/update pip

Check version

python --version

pip --version

Install JupyterLab

Install JupyterLab

Check JupyterLab version

jupyter lab --version

Launch JupyterLab

Install pandas library

Installation

Check version (launch JupyterLab and paste following in a cell)

import pandas
pandas.__version__

More: https://pandas.pydata.org/docs/getting_started/install.html#installing-pandas