How to Install Jupyter Notebook Using CMD (2024)

Опубликовано: 14 Август 2024
на канале: The Code City
114
1

In this video, I'll show you how you can install Jupyter Notebook using cmd (command prompt) easily.
Jupyter Notebook is a popular web based tool that allows you to code in python on your web browser. It provides interactive interface, visualization and more.

Buy me a coffee:
Connect with me:
- TikTok: tiktok.com/
- Twitter: / thecodecity
- Instagram: / thecodecity
- Website:

Steps to Install Jupyter Notebook using command prompt (CMD)
1. Open Command Prompt
2. Install Jupyter Notebook using PIP: pip install notebook
3. Open Jupyter Notebook: python -m notebook

By the end of this video, you'll have installed jupyter notebook easily using PIP and command prompt(CMD).
If you have any problems let me know in the comments below.