Skip to content
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

Progress for cells taking longer to execute #343

Closed
dhanak opened this issue Sep 3, 2020 · 5 comments · Fixed by #437
Closed

Progress for cells taking longer to execute #343

dhanak opened this issue Sep 3, 2020 · 5 comments · Fixed by #437
Labels
backend Concerning the julia server and runtime enhancement New feature or request frontend Concerning the HTML editor HTTP/WS The connection between backend and frontend other packages Integration with other Julia packages

Comments

@dhanak
Copy link

dhanak commented Sep 3, 2020

I've been experimenting with Pluto for some days now, and I like it a lot. Keep up the good work, guys!

I have some cells, which take a significant amount of time to calculate. When running from REPL or the console, I use ProgressMeter.jl in these calculations to give me some feedback about the progress. It would be great if Pluto also supported some sort of progress reporting! And it would be a huge bonus if it could somehow piggyback onto ProgressMeter and use the exact same progress reporting API to display progress inside the notebook, such that when I run the notebook from a console, I still get the usual progress bars.

WDYT?

@fonsp
Copy link
Owner

fonsp commented Sep 3, 2020

Thanks! Cool idea to make it show progress bars in the console

@fonsp fonsp added backend Concerning the julia server and runtime enhancement New feature or request frontend Concerning the HTML editor HTTP/WS The connection between backend and frontend other packages Integration with other Julia packages labels Sep 3, 2020
@dhanak
Copy link
Author

dhanak commented Sep 3, 2020

I was thinking of seeing progress indication on the web page. (Use case: Pluto is hosted, console is not accessible to everyone, only the rendered web pages are.) You are right, though, in thinking that using ProgressMeter currently shows progress bars in the console, this is already working correctly.

@fonsp
Copy link
Owner

fonsp commented Sep 3, 2020

I agree! My comment was a bit vague, sorry :)

@fonsp
Copy link
Owner

fonsp commented Sep 4, 2020

@Moelf
Copy link
Contributor

Moelf commented Jan 23, 2021

is there a way we can use ProgressMeter? it's really nice to use in REPL, script, Jupyter. There must be a way we can get it working right? at least by making with_terminal() from PlutoUI work with it?

@fonsp fonsp linked a pull request Nov 3, 2021 that will close this issue
13 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Concerning the julia server and runtime enhancement New feature or request frontend Concerning the HTML editor HTTP/WS The connection between backend and frontend other packages Integration with other Julia packages
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants