
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
More Posts related to Python,
- How to add two float numbers in Python
- tkinter - Hello World! Program
- Convert Float to String in Python
- ModuleNotFoundError: No module named qdarkstyle.colorsystem [Python]
- How to List all Packages installed using pip [Python]
- Check if String Contains a Substring - Python
- Change label (text) color in tkinter
- Where does brew install python in macOS
- Validate email address in Python using regular expression (regex)
- How to uninstall pip Python packages
- ModuleNotFoundError: No module named qdarkstyle.colorsystem [Python]
- Python: Fix command not found pip or pip3 on zsh shell
- Check version of pip package installer for Python
- 3 Python program to add two numbers
- Calculate discount amount python code
- How to add borders to tkinter label text
- How to install Python 3.9 using brew on Mac
- Python Program To Calculate Simple Interest (SimpleInterest.py)
- Comments in Python Programming
- What is Terminal Velocity and its Formula? How to calculate it programmatically?
- How to take user input from the console in a Python program
- Install and Run Jupyter Notebook on Mac (macOS)
- Tkinter - add x and y padding to label text
- 7 Python Arithmetic Operators with Examples [Tutorial]
- Python Sleep Function/Method Code Example
More Posts:
- Country ISO Codes List - Java
- SQLite with Android Easy to Understand Tutorial that covers Select, Insert, Update and Delete - Android
- Amp Hello World Example - AMP
- Android : Exception raised during rendering: action_bar API 22 - Android
- 3 Python program to add two numbers - Python
- How to install powershell on macOS - Powershell
- Remove ActionBar from Activity that extends appcompat-v7 - Android
- The service instance - SharePoint