I am getting " ‘jupyter-notebook’ is not recognized as an internal or external command,
operable program or batch file. " when I am putting this command in cmd
Jupyter command
Did you use the given below command to install jupyter-notebook
pip install jupyter
If no, and you installed it using anaconda then anaconda doesn’t put jupyter in your path , so in order to run jupyter search for jupyter and then open it.