If you have installed Jupyter Notebook via pip/pip3, you can start it via the command line on your Mac as follows,
- Open Terminal Application.
- Now type:
python3 -m notebook
- You will see something like this on your terminal,
- You will be directed to your web browser (Safari/Chrome/Edge based on what you set as default) with Home Page
- URL: http://localhost:8888/tree


Have Questions? Post them here!
- How to create alias in macOS
- Install Native Java JDK JRE on Apple Silicon M1 Mac
- How to turn off VoiceOver on Macbook using Keyboard Shortcut
- Add Sketch from iPhone to MacBook with macOS Monterey
- macOS 13 Ventura - The New About this Mac Window
- How to download and install macOS 13 Ventura
- Big Sur unsupported Mac [macOS]
- How to install homebrew (brew) on M1 Mac
- Setting $JAVA_HOME Environment Variable in macOS
- Mac - How to Install VirtualBox
- Install Native Golang on M1/M2 ARM based Mac
- Mac: How to Open Android Studio from Terminal
- How to turn off Stage Manager - macOS Ventura
- How to Auto Click Mouse on Mac every X Seconds
- How to Enable or Disable Dark Mode on macOS Ventura 13
- Open Current Directory in Finder using Mac Terminal
- TextEdit save file with txt extension
- How to find files taking up space on your Mac
- Add Bookmark macOS Safari
- Display ls command file sizes in KB (kilobytes) MB (megabytes) or GB (gigabytes) [Linux/macOS]
- How to Open Trash on Mac
- 10 Beginners Commands for macOS Terminal Usage
- Best Free Gif screen capture app now available for M1 Chip Mac - LICECap
- [Solution] Mac Update Stuck Preparing macOS Ventura 13.0 About 30 minutes remaining
- Closest Alternate to Notepad on Mac
- How to Rename a file using Mac Terminal - MacOS
- How to Remove All Terminated Console tabs at once in Eclipse - Eclipse
- Android Studio Error:(19, 0) Gradle DSL method not found: android() - Android-Studio
- [Fix] Microsoft AADSTS900561: The endpoint only accepts POST requests. Received a GET request. - Microsoft
- How to run Python file from Mac Terminal - Python
- PHP Base64 encoding decoding a variable - PHP
- Quick Steps to install NodeJs on macOS - MacOS
- Add scroll to div element in HTML Css - CSS