Jupyter Notebook is a web-based environment that enables interactive computing in notebook documents. It allows you to create and share documents that contain live code, equations, visualizations, and explanatory text. The Jupyter Notebook system is extensively used in domains such as data cleaning and transformation, numerical simulation, statistical modeling, machine learning, and much more.
This book starts with a detailed overview of the Jupyter Notebook system and its installation in different environments. Next we’ll help you master interactive widgets, namespaces, and working with Jupyter in a multiuser mode. Moving ahead, you will learn to integrate Jupyter system with different programming languages such as R, Python, JavaScript, and Julia and explore the various versions and packages that are compatible with the Notebook system.
Towards the end, you will use Jupyter with a big data set and will apply all the functionalities learned throughout the book.
Chapter 1. Introduction to Jupyter
Chapter 2. Jupyter Python Scripting
Chapter 3. Jupyter R Scripting
Chapter 4. Jupyter Julia Scripting
Chapter 5. Jupyter JavaScript Coding
Chapter 6. Interactive Widgets
Chapter 7. Sharing and Converting Jupyter Notebooks
Chapter 8. Multiuser Jupyter Notebooks
Chapter 9. Jupyter Scala
Chapter 10. Jupyter and Big Data