-
Notifications
You must be signed in to change notification settings - Fork 8
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
Handle value uses publish execution result #24
Conversation
if (isTRUE(last_visible)) { | ||
obj <- .Last.value | ||
|
||
mimetypes <- if (getOption('jupyter.rich_display')) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
perhaps this should only be text/plain
. I need to look how things are done e.g in 🐍
e3f015e
to
ed7c1be
Compare
This can be followed up, but the idea of the pull request is that only the last expression is being auto-printed, and goes through
closes #33 |
This needs some follow up to handle html widgets, but I'll open a new PR |
instead of
display()
which has to be called explicitly