anaconda install jupyter lab code example
Example 1: conda install jupyterlab
conda install -c conda-forge jupyterlab
Example 2: install jupyter notebook
pip install notebook
conda install -c conda-forge jupyterlab
pip install notebook