install jupyter notebook on mac code example
Example 1: install jupyter notebook
conda install -c conda-forge notebook
Example 2: install jupyter homebrew
brew install jupyter
Example 3: jupyter notebook on mac
conda install -c conda-forge jupyterlab