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: https://www.buymeacoffee.com/thecodecity
🌐Connect with me:
TikTok: tiktok.com/@thecodecity
Twitter: / thecodecity
Instagram: / thecodecity
Website: https://thecodecity.com
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.
#python #jupyternotebook #jupyter