console-rs / indicatif

A command line progress reporting library for Rust
MIT License
4.42k stars 243 forks source link

Is it possible to make indicatif work with the ecvxr Rust kernel for Jupyter/Lab notebooks? #439

Open dclong opened 2 years ago

dclong commented 2 years ago

The evcxr Rust kernel for Jupyter/Lab notebook is a good to run Rust code interactively. Is it possible to make indicatif work with the ecvxr Rust kernel for Jupyter/Lab notebooks?

djc commented 2 years ago

I don't know much about Jupyter notebooks and how they print stuff. indicatif just relies on terminal primitives.