Install and Run Jupyter Notebook on Mac (macOS)


How to Install and run Python Jupyter Notebook using PIP

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!

Facing issues? Have Questions? Post them here! I am happy to answer!

Author Info:

Rakesh (He/Him) has over 14+ years of experience in Web and Application development. He is the author of insightful How-To articles for Code2care.

Follow him on: X

You can also reach out to him via e-mail: rakesh@code2care.org



















Copyright © Code2care 2024 | Privacy Policy | About Us | Contact Us | Sitemap