
Installing Jupyter Notebook is easy - all you need to have is pip package installer and make sure you have python installed.
Step 1: Install Jupyter Notebook using pip3
pip3 install notebook
Defaulting to user installation because normal site-packages is not writeable
Collecting notebook
Downloading notebook-6.4.8-py3-none-any.whl (9.9 MB)
|████████████████████████████████| 9.9 MB 1.6 MB/s
5.0,>=2.4->nbformat->notebook) (3.7.0)
Installing collected packages: notebook
Successfully installed notebook-6.4.8
Step 2: Run Jupyter Notebook
To run Notebook just use the command - python3 -m notebook
You can uninstall notebook by command: pip3 uninstall notebook
pip3 uninstall notebook
Found existing installation: notebook 6.4.8
Uninstalling notebook-6.4.8:
Would remove:
/Users/code2care/Library/Python/3.8/bin/jupyter-bundlerextension
/Users/code2care/Library/Python/3.8/bin/jupyter-nbextension
/Users/code2care/Library/Python/3.8/bin/jupyter-notebook
/Users/code2care/Library/Python/3.8/bin/jupyter-serverextension
/Users/code2care/Library/Python/3.8/lib/python/site-packages/notebook-6.4.8.dist-info/*
/Users/code2care/Library/Python/3.8/lib/python/site-packages/notebook/*
/Users/code2care/Library/Python/3.8/share/applications/jupyter-notebook.desktop
/Users/code2care/Library/Python/3.8/share/icons/hicolor/scalable/apps/notebook.svg
Proceed (y/n)? y
Successfully uninstalled notebook-6.4.8
Do let me know if you face any issues. Happy to help!
Have Questions? Post them here!
- tkinter - Hello World! Program
- How to install Python Specific version (3.8, 3.9 or 3.10) using Brew
- How to install SpaCy (NLP Library) on Mac
- Python matplotlib segmentation fault: 11 macOS Big Sur
- How to uninstall pip Python packages
- 3 Ways to find if element is present in a List in Python
- How to Convert Python String to DateTime Object
- Python f-strings Formatted String Literals Syntax and Examples
- Where does brew install python in macOS
- Take input argument from command line in Python Programming
- Advanced print() Function Tutorial and Techniques for Python Developers
- How to add borders to tkinter label text
- Whats new in Python 3.10 Pre-release
- Float built-in function in Python
- List of All 35 Reserved Keywords in Python Programming Language 3.11
- How to check if Key Exists in Python Dictionary?
- Read a file line by line in Python Program
- ModuleNotFoundError: No module named qdarkstyle.colorsystem [Python]
- What is the Max and Minimum Value of int type in Python?
- What is Terminal Velocity and its Formula? How to calculate it programmatically?
- Fix: TypeError: can only concatenate str (not int) to str in Python
- How to take user input from the console in a Python program
- [Fix] TypeError: str object is not callable in Python
- 3 Python program to add two numbers
- How to delete a file using Python code example
- Cannot create new Microsoft Team using PowerShell, even as Admin - Teams
- Program 7: Find Difference of Two Numbers - 1000+ Python Programs - Python-Programs
- How to start/boot macOS in safe mode - Big Sur 11.0, Catalina 10.15, or Mojave 10.14 - MacOS
- JDBCTemplate Querying Examples with Spring Boot 3 - Java
- [Mac] To open Eclipse you need to install the legacy java se 6 runtime - Mac-OS-X
- John Robert Lewis dies at 80 - News
- Delete Android Studio Projects - Android-Studio
- How to turn off Stage Manager - macOS Ventura - MacOS