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!
More Posts related to Python,
- Python List of Lists with Examples
- Fix: ERROR: Could not find a version that satisfies the requirement tkinter (from versions: none) ERROR: No matching distribution found for tkinter
- How to Convert Python Notebook .ipynb (JSON) to Executable .py Module
- ModuleNotFoundError: No module named qdarkstyle.colorsystem [Python]
- Python: Pandas Merge Indicator (Left, Right and Both) Example
- Fix: EOFError Exception in Python
- How to URL Decode a Query String in Python
- How to take user input from the console in a Python program
- Compare two lists in Python and return matches
- How to change the Python Default version
- Fix: KeyError: exception in Python
- How to get the Execution Time of A Python Program
- Fix: ModuleNotFoundError: No module named boto3 [Python]
- How to get unique values from a list in Python
- How to pip install Python Modules in VSCode
- Python: Fix - TypeError: NoneType object is not iterable
- How to delete a file using Python code example
- How to create a dictionary comprehension in Python
- Python: Get just the filename without extension using Path
- How to comment out a block of code in Python
- How to add two float numbers in Python
- Python: How to POST Json Data with HTTP Request
- Get MD5 Hash as Checksum of a String in Python
- Python - Convert float to String
- How to Parse XML String in Python
More Posts:
- Change String Date Format from One Form to Another in Java - Java
- Mac - Chrome Open a new window in Incognito mode - Chrome
- Fixed Length Android Edittext - Android
- Parsing Data for android-21 failed unsupported major.minor version 51.0 - Android
- How to embed web page in SharePoint - SharePoint
- Android Disable back button programatically - Android
- java: unclosed string literal [Error] - Java
- Advanced Realtime Text Distribution Analysis Tool - Tools