Skip to Content
Jupyter Cookbook
book

Jupyter Cookbook

by Toomey, Nikhil Borkar, Nikhil Akki, Juan Tomás Oliva Ramos
April 2018
Beginner content levelBeginner
238 pages
7h 13m
English
Packt Publishing
Content preview from Jupyter Cookbook

How to do it...

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.

We are using Anaconda to install on Linux, but the graphical interface is not available.

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:

  • Review and agree to the license agreement
  • Specify whether the standard install directory is OK (if not, you can specify where to ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Start your free trial

You might also like

Python Cookbook, 3rd Edition

Python Cookbook, 3rd Edition

David Beazley, Brian K. Jones
Pandas 1.x Cookbook - Second Edition

Pandas 1.x Cookbook - Second Edition

Matthew Harrison, Theodore Petrou
bash Cookbook, 2nd Edition

bash Cookbook, 2nd Edition

Carl Albing, JP Vossen

Publisher Resources

ISBN: 9781788839440Supplemental Content