Answers for "Install pip and add virtual environment to the Python Kernel"

0

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)
Posted by: Guest on September-29-2021

Code answers related to "Install pip and add virtual environment to the Python Kernel"

Python Answers by Framework

Browse Popular Code Answers by Language