Install pip and add virtual environment to the Python Kernel
python -m pip install --upgrade pip
pip install ipykernel # install ipykernel
python -m ipykernel install --user --name=tfodj # associate virually to the jupyternotebook, (tfodj is the virtual environment,need to change it accordingly)