matt-graham / mici

Manifold Markov chain Monte Carlo methods in Python
https://matt-graham.github.io/mici/
MIT License
223 stars 27 forks source link

Make progress bars display in pyodide based interactive shells #18

Closed matt-graham closed 1 month ago

matt-graham commented 1 month ago

Updates function checking for whether process is being run in an interactive shell with support for updateable displays to also recognise when in pyodide based interactive shell (such as in JupyterLite) to enable HTML based progress bars in such cases.