-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
Fetching output of display #128
Comments
Sorry, didn't see this issue until now. I am not sure how to catch Why do you want to use |
In Jupyter Notebook you have to call
vs
|
Thanks. I thought it would be as simple as this:
but apparently not. Edit: Nevermind, I am stupid. |
This is the point |
This implement a simple LiterateDisplay and pushes that to the display stack when executing code to capture manual calls to display(x) and display(mime, x), fixes #128.
Works in 2.8.0 (JuliaRegistries/General#28270). |
Thank you for looking into it. I have left a comment about how IJulia.jl works in your commit |
I have the following question. I have a file:
called
test.jl
.Now I run:
and
display
result is produced in the Julia session not in the markdown neither notebook. Is there a way to work around this? Thank you!The text was updated successfully, but these errors were encountered: