install juypter notebook conda code example
Example 1: install jupyter notebook
pip install jupyterlab
Example 2: python pip jupyter notebook install
$ python -m pip install <package>
pip install jupyterlab
$ python -m pip install <package>