-
Notifications
You must be signed in to change notification settings - Fork 10
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
Add support for includet #172
Comments
Could you please clarify what doesn't work? Is there an error or does nothing happen? |
I get an undefvarerror when I run Attached here tarred.tar.gz
|
You can provide MWE code either here in a codeblock or in a github gist, I will not open arbitrary zip files :) |
I understand, I tried just pasting it here but it the code blocks mess up the formatting, I figured out that I can use four backquotes. Anyway here it is. Contents of
Contents of
|
Based on how includet(@__MODULE__, "test.jl") Such that it evaluates in the correct module. This is because QuartoNotebookRunner defines a different "main" module into which cells are evaluated rather than using |
Closing this as there isn't anything for us to do within this package. |
In a Julia cell
include("foo.jl")
works, butusing Revise; includet("foo.jl")
does not.The text was updated successfully, but these errors were encountered: