how to install into jupyter notebook kernel code example
Example 1: install jupyter notebook
python -m pip install jupyterlab
Example 2: how to install jupyter notebook using pip
pip install notebook
python -m pip install jupyterlab
pip install notebook