NotePlayer: Engaging Jupyter Notebooks for Dynamic Presentation of Analytical Processes
Yang Ouyang, Leixian Shen, Yun Wang, Quan Li
TL;DR
NotePlayer tackles the challenge of communicating analytical workflows in Jupyter notebooks by linking notebook cells to video segments and automating narration with language models. Guided by a formative study and content analysis of 38 tutorial videos, the authors design an architecture with interactive modules and a computational engine that uses a design script and LLM assistance to generate dynamic, scene-based presentations. The system is evaluated via a usage scenario and a user study (n=12), which indicate improved expressiveness, usability, and learnability, while also highlighting areas for refinement such as more flexible editing and richer animations. Overall, NotePlayer offers a practical, semi-automatic pathway to produce expressive notebook tutorials that combine code, narration, and visuals, with potential to extend to other domains and deeper integration with existing authoring tools.
Abstract
Diverse presentation formats play a pivotal role in effectively conveying code and analytical processes during data analysis. One increasingly popular format is tutorial videos, particularly those based on Jupyter notebooks, which offer an intuitive interpretation of code and vivid explanations of analytical procedures. However, creating such videos requires a diverse skill set and significant manual effort, posing a barrier for many analysts. To bridge this gap, we introduce an innovative tool called NotePlayer, which connects notebook cells to video segments and incorporates a computational engine with language models to streamline video creation and editing. Our aim is to make the process more accessible and efficient for analysts. To inform the design of NotePlayer, we conducted a formative study and performed content analysis on a corpus of 38 Jupyter tutorial videos. This helped us identify key patterns and challenges encountered in existing tutorial videos, guiding the development of NotePlayer. Through a combination of a usage scenario and a user study, we validated the effectiveness of NotePlayer. The results show that the tool streamlines the video creation and facilitates the communication process for data analysts.
