You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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."
9
9
highlights:
10
-
- "The left rail now carries the notebook outline and package management"
10
+
- "Long notebooks now get an outline / table of contents"
11
11
- "Widget state is saved and restored more reliably across notebook sessions"
12
12
- "Markdown rendering is backed by the Rust engine and now handles bare TeX environments"
13
13
tags:
@@ -41,13 +41,13 @@ Before publishing 2.6, refresh the clone, replace the head commit with the final
41
41
42
42
This is a notebook ergonomics release.
43
43
44
-
## The rail has a job now
44
+
## Table of Contents
45
45
46
46
{/* TODO: add a screenshot or short clip of the left rail switching between outline and package panels. */}
47
47
48
-
The left rail now carries the notebook outline.
48
+
Long notebooks now get an outline in the left rail.
49
49
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.
51
51
52
52
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.
0 commit comments