jupyter conda code example
Example 1: install jupyter
pip3 install jupyter
Example 2: install jupyter notebook
conda install -c conda-forge notebook
Example 3: install conda in jupyter notebook
python -m ipykernel install --user --name=firstEnv