Create and structure a notebook
Prerequisites
Section titled “Prerequisites”- Open a project with write access.
- Create or open an
.ipynbfile.
- Create a notebook file from File workspace (for example
analysis.ipynb). - Open the file. Titan loads it in the notebook renderer.
- Add cells with Add cell and pick Code or Markdown.
- Use markdown cells for headings/explanations and code cells for executable steps.
- Reorder cells with drag-and-drop or cell move actions to match your narrative sequence.
- Save the notebook.
- Reopen the notebook and confirm structure is preserved.
Verification
Section titled “Verification”- The notebook appears as ordered notebook cells with correct types.
- Cell order and content match your intended flow.
- Reopening the file keeps the same cell order and content.