-
Notifications
You must be signed in to change notification settings - Fork 34.8k
Closed
Labels
Milestone
Description
Refs: #100308
- macOS @connor4312
- linux @joaomoreno
- windows @dbaeumer
Complexity: 3
Authors: @roblourens @rebornix
Test the new ability to collapse cells and their outputs
- Open a github issues (or other) notebook
- Find the "Collapse Cell Input" and "Collapse Cell Output" commands under the
...
menu - "Collapse Cell Output" should only appear when the cell has output
- You should be able to click the collapse indicator that shows up to expand it
- When both output and input are collapsed, you should just see one "expand" button
- And it should always expand the input first, regardless of in which order the parts were collapsed
The collapse state is not currently saved when reopening the editor, although it will be in the future, pending ext api update