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

remove @with_terminal export #273

Merged
merged 1 commit into from
Nov 21, 2023
Merged

remove @with_terminal export #273

merged 1 commit into from
Nov 21, 2023

Conversation

disberd
Copy link
Member

@disberd disberd commented Oct 9, 2023

This will remove the macro export from the TerminalNotebook as it's not defined anymore.

As it is now, you get an error with Aqua tests if you re-export PlutoUI (as it errors if you are exporting non-existing names)

This will remove the macro export from the TerminalNotebook as it's not defined anymore.

As it is now, you get an error with Aqua tests if you re-export PlutoUI (as it errors if you are exporting non-existing names)
@github-actions
Copy link

github-actions bot commented Oct 9, 2023

Try this Pull Request!

Open Julia and type:

julia> import Pkg
julia> Pkg.activate(temp=true)
julia> Pkg.add(url="https://github.com/disberd/PlutoUI.jl", rev="patch-2")
julia> using PlutoUI

Or run this code in your browser: Run with binder

@fonsp fonsp merged commit 0406410 into JuliaPluto:main Nov 21, 2023
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants