I have been launching the jupyter notebook app directly by clicking an icon, but I can't launch it from the command prompt on Windows 10. I've tried typing Jupyter notebook
and python -m notebook
with no success:
jupyter is not recognized as an internal or external command
and
No module named notebook
respectively. From reading similar posts, I see it's something related to the Windows environment paths, but I'm not sure how to add Jupyter. Help, please? (Notice that I can access plain python
from the command prompt; also, notice that this similar question, involves a different error).