- First we need to create new conda enviornment
conda create --p venv python==3.10 -y
- Install the
ipykernel
conda install ipykernel
- Using the following command, we will now have this conda environment in the Jupyter notebook.
python -m ipykernel install --user --name=firstEnv
- Open the jupyter lab
jupyter-lab
Then select the kernel