installing jupyter on linux code example
Example 1: how to setup jupyter notebook
pip install jupyter
jupyter notebook
Example 2: jupyter python downkload
conda install -c conda-forge notebook
pip install jupyter
jupyter notebook
conda install -c conda-forge notebook