-
-
Notifications
You must be signed in to change notification settings - Fork 296
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ProgressLogging progress is not logged anywhere #1434
Comments
Linking #343 |
As I understand it, #343 is proposing Pluto adding progress meters for long-executing cells. Here I'm noting that Pluto is suppressing all existing ProgressLogging logs instead of logging them to the REPL/browser console like other logs. Perhaps this was done in #498? A separate issue is that it would be nice if the Pluto UI could display such progress meters. |
I see this issue is now closed due to the awesome new updates to However, when using @sethaxen do you think this is an issue on the |
Nice! Can you open a new issue about this? |
On my machine, if I'm using a package that uses ProgressLogging to log progress, Pluto does not display that progress in the browser console, the REPL, or in the notebook; it seems to be inaccessible, whereas in the REPL, I would usually see some nice progress bar.
Is there a way that this can be adjusted within Pluto? The Turing and SciML stacks (among others) extensively use ProgressLogging, and IDEs like VSCode and Juno support displaying such progress logs.
The text was updated successfully, but these errors were encountered: