Skip to content

Commit eb82efa

Browse files
authored
Merge pull request #116 from jaladh-singhal/test-nb_scroll_outputs
Enable nb_scroll_outputs from latest myst-nb
2 parents 5ca06c4 + 8c10376 commit eb82efa

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
nb_execution_timeout = 1200
4646
nb_merge_streams = True
4747
nb_execution_mode = "cache"
48+
nb_scroll_outputs = True
4849

4950
nb_execution_excludepatterns = []
5051

site_requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
sphinx
2-
myst-nb
2+
# To pick up newest scroller and dark-mode features
3+
myst-nb>=1.3
34
sphinx-book-theme
45
sphinx-copybutton

0 commit comments

Comments
 (0)