add_markdown
Insert markdown content into JupyterLab notebooks running on remote HPC clusters. This tool enables documentation and formatting within computational sessions managed through SLURM job scheduling.
Instructions
Add a markdown cell to the notebook.
Args: session_id: Session identifier. markdown: Markdown content.
Returns: Confirmation with cell index.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| markdown | Yes |