-
Notifications
You must be signed in to change notification settings - Fork 9
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
Is it feasible to suppress the module name Main.Notebook
?
#143
Comments
Ah that's interesting, seems that if you manually call
|
Indeed,
works as desired. But I'm not such a julia guru that I could assess all side effects of using this globally. |
Another remark: # with this line:
Base.active_module() = Main.Notebook
# this works, too:
@show x;
dump(x) see https://github.com/JuliaLang/julia/blob/master/base/show.jl#L516-L520 and |
test.qmd:
output test4.pdf or:
Is it feasible to suppress the module name
Main.Notebook
?The text was updated successfully, but these errors were encountered: