Understand Srcbook cell types
mainSrcbooks are interactive programming notebooks based on the Node.js runtime. They are composed of two types of cells:
- markdown cell: Used for literate programming to express ideas with rich markup.
- code cell: Function as JS or TS files. You can execute them or export objects to be used in other cells.
Code cells can be run by clicking 'Run' or using the keyboard shortcut cmd + enter.