To access a different conda env(kernel) in jupyter Notebook

PHOTO EMBED

Tue Oct 03 2023 13:11:12 GMT+0000 (Coordinated Universal Time)

Saved by @hardikraja #commandline

python -m ipykernel install --user --name <conda_environment_name> --display-name "<Display_name>"
content_copyCOPY