DesignLex
/人机交互/computational notebook
论文入门

computational notebook

计算型笔记本;将代码、说明文本与运行结果交织在一起的交互式文档环境(典型代表 Jupyter Notebook),是数据科学与研究工具的常见界面范式。

English Definition

"An interactive document environment that interleaves code, narrative text, and outputs (e.g., Jupyter Notebook), commonly used as a UI paradigm for data science and research tools."

用法说明 · 针对中文母语者

在 HCI 论文中常作为界面设计的灵感来源被引用,其核心特征是'分单元格的交互式执行'。

真实用例 · 3

"We introduce Cocoa, a system that takes design inspiration from computational notebooks to support complex research tasks"

论文Pipeline extracted — review needed·摘要中明确说明系统的设计灵感来源

"Cocoa supports human-agent co-execution: drawing inspiration from the design of computational notebooks, Cocoa allows the user and the agent to collaboratively complete plan steps, re-executing steps as desired"

论文Pipeline extracted — review needed·贡献描述中说明交互范式来源

"An interactive plan (A) affords human-agent co-planning and co-execution: ... similar to executing code cells in a computational notebook"

论文Pipeline extracted — review needed·图注中类比代码单元格的执行机制
由 pipeline 自动采集,待人工 review