April 2018
Beginner
238 pages
7h 13m
English
Many Mac users will prefer using the command line to install Jupyter. Using the command line, you can decide whether to install Jupyter with the Python 2 or Python 3 engine. If you want to add the Python 2 engine as a choice in Jupyter, you can follow similar steps for doing so in the earlier Windows command line installation section.
The script to install Jupyter on Mac via the command line with the Python 3 engine is:
bash ~/Downloads/Anaconda3-5.0.0-MacOSX-x86_64.sh
Similarly, the command to install with the Python 2 engine is as follows:
bash ~/Downloads/Anaconda2-5.0.0-MacOSX-x86_64.sh
In either case, you will be prompted by some regular install questions: