download jupyter notebook for linux code example
Example 1: install jupyter notebook
conda install -c conda-forge notebook
Example 2: how to install jupyter notebook using pip
pip install notebook
conda install -c conda-forge notebook
pip install notebook