Open zmoon opened 7 months ago
@zmoon - Have you tried nb_merge_streams = True
? I got reasonably nice results for some notebooks that previously were super ugly. And if that doesn't help, could you please try using the master
branch? we merged a possibly related fix today from https://github.com/executablebooks/MyST-NB/pull/604.
Hi @bsipocz , I tried nb_merge_streams = True
and got the same results (myst-nb 1.0.0 and in 1.1.1 as well). With current master branch, also same results, regardless of nb_merge_streams
setting.
Context
With Rich progress bars, extra empty output blocks are produced.
For example:
The empty blocks each consist of two
I'll try to come up with a minimal example with code...
Proposal
It would be nice for such empties to be skipped, perhaps optionally.
Tasks and updates
No response