Home >Backend Development >Python Tutorial >How to install jupyter notebook

How to install jupyter notebook

Barbara Streisand
Barbara StreisandOriginal
2024-11-18 18:36:03495browse

How to install jupyter notebook

step1

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

step2

check if pip is installed or not

on cmd
type the following command
pip --version


step3

install jupyter notebook

type the following command on the commmand prompt :
pip install notebook

step4

after successful installation
to open jupyter notebook

type the following command on the command prompt :
jupyter notebook

Done

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!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn