Enable nb_scroll_outputs from latest myst-nb#207
Conversation
|
OK, so everything works even if the config item is added prematurely, before it's available in a release. So I would say we can repurpose the PR and rebase to just keep the config change in here and then merge. |
@bsipocz Sure, let me know when you make a release upstream. I'll update this PR and also remove no-longer-needed cell tags. |
|
I think it will be early next week from Scipy as there is a least one other PR close to the finish line. |
|
Now as the release is out, can you rebase this to only have the config change left, and also add the |
|
@bsipocz sure - it's on my TODOs for today/tomorrow |
8706879 to
c8ada38
Compare
|
Thanks @jaladh-singhal, this scrolling fix is epic, I love it! |
This PR is just a test for scroll_outputs functionality upcoming from upstream in executablebooks/MyST-NB#683Fixes #102
Undoes the #106 (since we have global config, we shouldn't hardcode scroller tag on cell level)
Test if the generated webpages have long outputs scrollable (bonus: also test dark mode style fixes that will come soon) - specifically the Candidate List Solutions (since others are ignored)