April 2018
Beginner
238 pages
7h 13m
English
Linux is a very common platform for most programming tasks. Many of the tools used in programming have been developed on Linux and later ported to other operating systems, such as Windows.
The script to install Jupyter on Linux via the command line with the Python 3 engine is:
bash ~/Downloads/Anaconda3-5.0.0.1-Linux-x86_64.sh
Similarly, the command to install with the Python 2 engine is:
bash ~/Downloads/Anaconda2-5.0.0.1-Linux-x86_64.sh
In either case, you will be prompted by some regular install questions: