run jupyter notebook with specific environment code example
Example 1: run jupyter notebook with specific environment
//first activate specific environment
activate <Name of environment>
//second launch jupyter notebook
jupyter notebook
Example 2: jupyter notebook in environment
python -m ipykernel install --user --name=firstEnv