I would like to run Jupyter Qt console on my windows 10. I'm using this github link for reference:
I successfully ran:
pip install pyqt5
pip install qtconsole
Then when I run jupyter qtconsole I get error 'jupyter' is not recognized as an internal or external command, operable program or batch file.
I cannot even find Jupyter.exe on my PC.
Please advise.