jupyter notebook environment code example
Example 1: install jupyter notebook
conda install -c conda-forge notebook
Example 2: open jupyter notebook with conda envirionment
conda install -c anaconda ipykernel
Example 3: jupyter notebook in environment
python -m ipykernel install --user --name=firstEnv
Example 4: jupiter paython app download window 7
conda install -c conda-forge jupyterlab
yes