How to install jupyter notebook

Barbara Streisand
Release: 2024-11-18 18:36:03
Original
374 people have browsed it

How to install jupyter notebook

step1

check if python is installed or not.

on command prompt
type the following command :
python --version

Copy after login

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


Copy after login

step3

install jupyter notebook

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

Copy after login

step4

after successful installation
to open jupyter notebook

type the following command on the command prompt :
jupyter notebook

Copy after login

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!

source:dev.to
Statement of this Website
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
Latest Articles by Author
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template