Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 2.73 KB

README.md

File metadata and controls

37 lines (30 loc) · 2.73 KB

Jupyter Analytics

This repository serves as the central hub for all components of the learning analytics system reported in our paper, "Jupyter Analytics: A Toolkit for Collecting, Analyzing, and Visualizing Distributed Student Activity in Jupyter Notebooks", published at the 56th ACM Technical Symposium on Computer Science Education (SIGCSE TS 2025).

Authors: Zhenyu Cai, Richard Lee Davis, Raphaël Mariétan, Roland Tormey, Pierre Dillenbourg.

Overview

Jupyter Analytics is an end-to-end solution for teachers to collect, analyze, and visualize both synchronous and asynchronous learning activities in Jupyter. It consists of two JupyterLab extensions connected via a cloud-based backend. On the student side, we introduce the Jupyter Analytics Telemetry extension to anonymously capture students' interaction activity with more structure and higher granularity than log data. On the teacher side, we introduce the Jupyter Analytics Dashboard extension, which visualizes real-time student data directly in the notebook interface. The Jupyter Analytics system was developed through an iterative co-design process with university instructors and teaching assistants, and has been implemented and tested in several university STEM courses.

toolkit_overview

System Architecture

The system consists of the following major components:

  1. JupyterLab Extension "Telemetry"
  1. JupyterLab Extension "Dashboard"
  1. Backend

Citation

If you find this repository useful, please cite our paper:

Cai, Z., Davis, R., Mariétan, R., Tormey, R., & Dillenbourg, P. (2025).
Jupyter Analytics: A Toolkit for Collecting, Analyzing, and Visualizing Distributed Student Activity in Jupyter Notebooks.
In Proceedings of the 56th ACM Technical Symposium on Computer Science Education (SIGCSE TS 2025).

License

This project is licensed under the MIT License. See the LICENSE file for details.