Will McGugan

Results 445 comments of Will McGugan

Would I be correct in saying you want to disable the rendering of the scrollbar entirely? You can do that with `disable=True` on the Progress instance.

There is no future proof way of detecting Jupyter that I know of. I'd accept a PR for whatever fudge is required to detect Databricks...

Not the first time we've been bitten by Windows CP-1252 encoding. The solution may be to force utf8

That may be a step I'm willing to take!

@ggydush-fn Can you try in Jupyter lab. There are API differences in Jupyter Lab and Jupyter Notebook, which unfortunately there is not much we can do about.

Can I see an example of how multiprocessing exceptions are printed?

I don't have a Windows box handy. What happens if you run a script with pythonw that does `print("hello world")` ?

And is that the behaviour you would expect from Rich? To silently ignore the error? Could you paste the full traceback?