open jupyter notebook in an 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: open jupyter notebook with conda envirionment
conda install -c anaconda ipykernel