how to create a virtual environment anaconda jupyter notebook code example
Example 1: how to add virtual environment in jupyter notebook
python -m ipykernel install --user --name=
Example 2: how i install jupyter notebook in a new conda virtual environment
pip install jupyter notebook