Skip to content

Create and structure a notebook

  • Open a project with write access.
  • Create or open an .ipynb file.
  1. Create a notebook file from File workspace (for example analysis.ipynb).
  2. Open the file. Titan loads it in the notebook renderer.
  3. Add cells with Add cell and pick Code or Markdown.
  4. Use markdown cells for headings/explanations and code cells for executable steps.
  5. Reorder cells with drag-and-drop or cell move actions to match your narrative sequence.
  6. Save the notebook.
  7. Reopen the notebook and confirm structure is preserved.
  • 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.
  • Notebook does not open
  • Recheck file validity and retry using guidance in Notebooks.
  • Cell controls are missing or inconsistent
  • Confirm you are editing an .ipynb file and not a different format.
  • Structure changes are not saved
  • Save and reopen, then verify write permissions for this workspace.