Fred Hohman

mage: Fluid Moves Between Code and Graphical Work in Computational Notebooks

ACM Symposium on User Interface Software and Technology (UIST), 2020

Abstract

We aim to increase the flexibility at which a data worker can choose the right tool for the job, regardless of whether the tool is a code library or an interactive graphical user interface (GUI). To achieve this flexibility, we extend computational notebooks with a new API mage, which supports tools that can represent themselves as both code and GUI as needed. We discuss the design of mage as well as design opportunities in the space of flexible code/GUI tools for data work. To understand tooling needs, we conduct a study with nine professional practitioners and elicit their feedback on mage and potential areas for flexible code/GUI tooling. We then implement six client tools for mage that illustrate the main themes of our study findings. Finally, we discuss open challenges in providing flexible code/GUI interactions for data workers.

BibTeX

			
@inproceedings{kery2020mage,
  title={mage: Fluid Moves Between Code and Graphical Work in Computational Notebooks},
  author={Kery, Mary Beth and Ren, Donghao and Hohman, Fred and Moritz, Dominik and Wongsuphasawat, Kanit and Patel, Kayur},
  booktitle={Proceedings of the ACM Symposium on User Interface Software and Technology},
  year={2020},
  organization={ACM},
  doi={10.1145/3379337.3415842}
}