== Getting Started With Jupyter lab ==
The following instructions are for a Ubuntu Linux distribution (18.04 LTS or higher). Installation/setup instructions for Windows and Mac-OS users are readily available on the web.
1. Install Jupyter Lab:
a. Ensure that you have Jupyter Notebook version 4.3 or higher Installed on your machine. If you don't, use the following command to install with pip:
pip install notebook
b. To install Jupyter Lab with pip:
pip install jupyterlab
c. Finally to verify that your application was properly installed, try running it using:
jupyter lab