add environment jupyter notebook code example
Example 1: how to add virtual environment in jupyter notebook
python -m ipykernel install --user --name=
Example 2: jupyter notebook in environment
python -m ipykernel install --user --name=firstEnv
python -m ipykernel install --user --name=
python -m ipykernel install --user --name=firstEnv