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 Latex


Latex is a typesetting system that has been in use for some time. It is widely used for scholastic papers.

How to do it...

We can download a Latex version of the Notebook from the File Download menu. There will be a resulting .zip file downloaded to your machine. The filename will be the name of your Notebook, in this case, B09656_07+r+iris+for+conversions. The .zip file contains:

  • B09656_07+r+iris+for+conversions.tex: The Latex file
  • output_2_0.png: The corresponding graphic

How it works...

There are many Latex viewers (and editors) available. The display of my downloaded Latex file looks like:

I think it looks very much like one of the papers you might see published by a college.

The plot graphic .png is also included; it looks as shown earlier.

The underlying code is very specific to Latex. I don't imagine anyone would normally work directly with Latex, but they would use a graphical editor that generates Latex to develop pages:

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 $15.99/month. Cancel anytime
Visually different images