jdrusso / msm_we

History-augmented Markov analysis of weighted ensemble trajectories.
https://msm-we.readthedocs.io
MIT License
7 stars 7 forks source link

Blend progress bars into rich live display #19

Closed jdrusso closed 2 years ago

jdrusso commented 2 years ago

The Rich live table that build_analyze_model displays is incompatible with the various progress bars msm_we produces. The Live Table is always printed at the bottom of the page, causing the progress bars to spam new lines as they're updated

Find some way to combine them, or create a Rich Console that both can connect to and work under

jdrusso commented 2 years ago

Implemented in #20