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