open jupyter notebook in conda code example
Example 1: open jupyter notebook
jupyter notebook
Example 2: jupyter notebook cmd
jupyter notebook
Example 3: open jupyter notebook with conda envirionment
conda install -c anaconda ipykernel
Example 4: open jupyter notebook with conda envirionment
python -m ipykernel install --user --name=firstEnv