how to install jupyter notebook with conda code example
Example 1: install jupyter
pip3 install jupyter
Example 2: download jupyter
conda install -c conda-forge jupyterlab
pip3 install jupyter
conda install -c conda-forge jupyterlab