how to install in jupyter notebook code example
Example 1: install jupyter
pip3 install jupyter
Example 2: python pip jupyter notebook install
$ python -m pip install <package>
pip3 install jupyter
$ python -m pip install <package>