windows jupyter notebook python UnityEnvironmentException code example
Example 1: install jupyter
pip3 install jupyter
Example 2: jupyter notebook in environment
python -m ipykernel install --user --name=firstEnv
pip3 install jupyter
python -m ipykernel install --user --name=firstEnv