Getting Started with Jupyter Notebook

Опубликовано: 11 Март 2026
на канале: Satyam Anand
224
5

Steps involved in installing jupyter notebook:

1. Install Python: https://www.python.org/downloads/wind...

2. Check pip installation: pip --version (pip is already installed by python 3)

3. Install Jupyter Notebook : python -m pip install jupyter

4. Launch jupyter notebook: jupyter notebook