jupyter notebook 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: install jupyter notebook
conda install -c conda-forge notebook
Example 3: open jupyter notebook with conda envirionment
conda install -c anaconda ipykernel
Example 4: jupyter notebook in environment
python -m ipykernel install --user --name=firstEnv
Example 5: jupiter paython app download window 7
conda install -c conda-forge jupyterlab
yes