Getting the following message:
"'jupyter' is not recognized as an internal or external command,
operable program or batch file."
Please help
Hi Utkarsh,
You may get this error message if the jupyter notebook is not installed. You can install the jupyter notebook with "pip install notebook", and then you can run "jupyter notebook".
If you still face any issues then please do let us know.
Thanks,
Bhavika
cool