Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Save more on your purchases! discount-offer-chevron-icon
Savings automatically calculated. No voucher code required.
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletter Hub
Free Learning
Arrow right icon
timer SALE ENDS IN
0 Days
:
00 Hours
:
00 Minutes
:
00 Seconds
Arrow up icon
GO TO TOP
Jupyter Cookbook

You're reading from   Jupyter Cookbook Over 75 recipes to perform interactive computing across Python, R, Scala, Spark, JavaScript, and more

Arrow left icon
Product type Paperback
Published in Apr 2018
Publisher Packt
ISBN-13 9781788839440
Length 238 pages
Edition 1st Edition
Languages
Tools
Arrow right icon
Author (1):
Arrow left icon
 Toomey Toomey
Author Profile Icon Toomey
Toomey
Arrow right icon
View More author details
Toc

Table of Contents (17) Chapters Close

Title Page
Copyright and Credits
Packt Upsell
Contributors
Preface
1. Installation and Setting up the Environment FREE CHAPTER 2. Adding an Engine 3. Accessing and Retrieving Data 4. Visualizing Your Analytics 5. Working with Widgets 6. Jupyter Dashboards 7. Sharing Your Code 8. Multiuser Jupyter 9. Interacting with Big Data 10. Jupyter Security 11. Jupyter Labs Index

Converting Notebooks to PDF


Lastly, we can download a PDF version of the Notebook. With the name of the menu item '', I would expect the resulting PDF to look very much like the Latex version in the previous section.

How to do it...

With our Notebook loaded into Jupyter, we can select to Download PDF menu choice. We will be prompted to handle the download file.

How it works...

Surprisingly, this did not work. I got a 500 error when I tried to download the PDF:

It turns out that the name of the menu choice, PDF via Latex, is indicative of the failure. We need to install software that can take a Latex file and generate a PDF. Following along the URL mentioned in the failure message (https://nbconvert.readthedocs.io/en/latest/install.html#installing-tex), there are instructions for installing Latex on different operating systems. After installing, you need to stop and restart Jupyter for the new software to take effect. 

Trying again after installing Latex, the resulting PDF file name uses the name...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at £13.99/month. Cancel anytime
Visually different images