Book Image

Jupyter In Depth [Video]

By : Jesse Bacon
Book Image

Jupyter In Depth [Video]

By: Jesse Bacon

Overview of this book

<p>Jupyter has emerged as a popular tool for code exposition and the sharing of research artefacts. It has interactive display capabilities and the pluggable kernel system allows data scientists to switch back and forth between multiple programming languages.</p> <p>The course will walk you through the core modules and standard capabilities of the console, client, and notebook server. By exploring the Python language, you will be able to get starter projects for configurations management, file system monitoring, and encrypted backup solutions for safeguarding their data. In the final Sections, you will be able to build dashboards in a Jupyter notebook to report back information about the project and the status of various Jupyter components.</p> <h1>Style and Approach</h1> <p>This course will use a hands on approach to thoroughly investigate and extend the resources available to Jupyter users.</p>
Table of Contents (5 chapters)
Chapter 2
Jupyter Configuration
Content Locked
Section 3
Configuration Extras
In this video, we will see overriding configurations and file system monitoring in Jupyter with Python. - Pass config parameters from the CLI at startup - Create a documentation tool for reference - Monitor the file system for changes automatically with Watchdog