Instal PIP dan tambahkan lingkungan virtual ke kernel Python

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) 
Glorious Gannet