- For checking on Which Python your Jupyter Notebook is running try executig this code.
from platform import python_version
print(python_version())
- In order to run jupyter notebook from your environment
activate MYenv
and install jupyter notebook using command
pip install jupyter notebook
then just
jupyter notebook