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

Show Pkg logs in Process Status tab #2498

Merged
merged 3 commits into from
Mar 11, 2023
Merged

Conversation

fonsp
Copy link
Owner

@fonsp fonsp commented Mar 10, 2023

Recently we have received feedback that the Pkg operations managed by Pluto should be more transparent. 🔎

Pkg logs are usually only visible by clicking on the spinner next to imported packages, but after this PR, the Pkg logs are also visible in the Status tab. It will display logs for whatever is currently busy. (Past logs are not available.)

Schermopname.2023-03-10.om.18.05.53.mov

@fonsp fonsp added frontend Concerning the HTML editor package manager Pluto's built-in package manager labels Mar 10, 2023
@github-actions
Copy link
Contributor

Try this Pull Request!

Open Julia and type:

julia> import Pkg
julia> Pkg.activate(temp=true)
julia> Pkg.add(url="https://github.com/fonsp/Pluto.jl", rev="pkg-terminal-logs-in-status-tab")
julia> using Pluto

@fonsp fonsp merged commit 6950747 into main Mar 11, 2023
@fonsp fonsp deleted the pkg-terminal-logs-in-status-tab branch March 11, 2023 00:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
frontend Concerning the HTML editor package manager Pluto's built-in package manager
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant