check if python is installed or not.
on command prompt type the following command : python --version
if python not downloaded download it from its website
check if pip is installed or not
on cmd type the following command pip --version
install jupyter notebook
type the following command on the commmand prompt : pip install notebook
after successful installation
to open jupyter notebook
type the following command on the command prompt : jupyter notebook
The above is the detailed content of How to install jupyter notebook. For more information, please follow other related articles on the PHP Chinese website!