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

Errors thrown by @ingredients are not displayed #12

Open
karlwessel opened this issue Mar 8, 2022 · 0 comments
Open

Errors thrown by @ingredients are not displayed #12

karlwessel opened this issue Mar 8, 2022 · 0 comments

Comments

@karlwessel
Copy link

MWE:
Create a notebook A.jl with two cells

using UnicodePlots

and

lineplot(rand(10))

Create a notebook B.jl with two cells

using PlutoLinks
@ingredients("A.jl")

The first time the last cell is executed the error message, that UnicodePlots is missing, will probably be correctly displayed. However when executing that cell again the error message will immediately vanish, but the call to @ingredient still failed.

This makes it hard to finding the reason why an @ingredient failed.

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

No branches or pull requests

1 participant