Skip to content

Commit b3255fe

Browse files
committed
docs(changelog): emphasize table of contents in 2.6 draft
1 parent c89f8ba commit b3255fe

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

content/changelog/2.6.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ date: "2026-06-10T00:00:00Z"
44
coversVersions:
55
- "2.6.0"
66
dateLabel: "Draft - June 10, 2026"
7-
title: "Outline Rail, Package Management, Widget State"
8-
summary: "The nteract 2.6 draft focuses the notebook workspace: a left rail with outline and packages, widget state that survives more of your work, and Markdown improvements including bare TeX rendering."
7+
title: "Table of Contents, Package Management, Widget State"
8+
summary: "The nteract 2.6 draft focuses the notebook workspace: a table of contents for long notebooks, package management in the rail, widget state that survives more of your work, and Markdown improvements including bare TeX rendering."
99
highlights:
10-
- "The left rail now carries the notebook outline and package management"
10+
- "Long notebooks now get an outline / table of contents"
1111
- "Widget state is saved and restored more reliably across notebook sessions"
1212
- "Markdown rendering is backed by the Rust engine and now handles bare TeX environments"
1313
tags:
@@ -41,13 +41,13 @@ Before publishing 2.6, refresh the clone, replace the head commit with the final
4141

4242
This is a notebook ergonomics release.
4343

44-
## The rail has a job now
44+
## Table of Contents
4545

4646
{/* TODO: add a screenshot or short clip of the left rail switching between outline and package panels. */}
4747

48-
The left rail now carries the notebook outline.
48+
Long notebooks now get an outline in the left rail.
4949

50-
That sounds small until you are in a long notebook and every heading has become a landmark. Instead of scrolling by vibes, you can skim the document structure, jump between sections, and keep the notebook body focused on the cells themselves.
50+
That sounds small until every heading has become a landmark. Instead of scrolling by vibes, you can skim the document structure, jump between sections, and keep the notebook body focused on the cells themselves.
5151

5252
The rail also gives package management a better home. Package state belongs near the notebook, but it does not need to live in the notebook body. Moving package management into the rail makes the environment feel attached to the work without turning dependency management into another cell-shaped distraction.
5353

0 commit comments

Comments
 (0)