step1
check if python is installed or not.
on command prompttype the following command :python --versionon command prompt type the following command : python --versionon command prompt type the following command : python --version
Enter fullscreen mode Exit fullscreen mode
if python not downloaded download it from its website
step2
check if pip is installed or not
on cmdtype the following commandpip --versionon cmd type the following command pip --versionon cmd type the following command pip --version
Enter fullscreen mode Exit fullscreen mode
step3
install jupyter notebook
type the following command on the commmand prompt :pip install notebooktype the following command on the commmand prompt : pip install notebooktype the following command on the commmand prompt : pip install notebook
Enter fullscreen mode Exit fullscreen mode
step4
after successful installation
to open jupyter notebook
type the following command on the command prompt :jupyter notebooktype the following command on the command prompt : jupyter notebooktype the following command on the command prompt : jupyter notebook
Enter fullscreen mode Exit fullscreen mode
Done
© 版权声明
THE END
暂无评论内容