文件名称:nodebook:节点笔记本(实验)
文件大小:1.35MB
文件格式:ZIP
更新时间:2024-05-17 11:15:57
JavaScript
节点簿
节点笔记本
目标:为内置电子的节点创建一个笔记本环境。
经典笔记本格式
{
cells : [
{
cell_type : "code" ,
source : "import this"
outputs : [ {
output_type : "stream"
data : "The Zen of Python, by Tim Peters"
} ]
} ,
{
cell_type : "markdown" ,
source : "# My notebook"
}
] ,
metadata : {
}
}
每个单元格都有一个ID
cellMap:Map