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
| terminalRows | Number of terminal rows | 10 unless specificed in cell |
19
20
20
21
## Set Custom Shell
21
22
@@ -49,3 +50,13 @@ cwd: ..
49
50
cwd: /tmp
50
51
---
51
52
```
53
+
54
+
## Terminal Rows
55
+
56
+
To set the number of terminal rows to display in the notebook, you can use the `terminalRows` option in the front-matter config. Please note that this will override the default rows in the settings but won't override the rows set in the cell.
0 commit comments