jupter notebook on ubuntu code example
Example 1: jupyter notebook on mac
conda install -c conda-forge jupyterlab
Example 2: install jupyter notebook
pip install notebook
conda install -c conda-forge jupyterlab
pip install notebook