$24
HINT
• Read the lecture notes related to "Setting up JupyterLab Environment"
Excercise-1
Setup JupyterLab on your laptop by following the instructions provided in Instructions to setup
JupyterLab Environment.docx
Excercise-2
Create your first python notebook and rename it to my-first-python-notebook-<YOUR_NAME>. You will see the filename my-first-python-notebook<YOUR_NAME>.ipynb in your present directory.
Excercise-3
Execute the below print statement in the first code shell of your python notebook created in Excercise-2
In [ ]: print("Welcome to DataScience")
Excercise-4
Submit your python notebook file