jupyter-xeus / xeus-r

Jupyter kernel for the R programming language
Other
41 stars 5 forks source link

Handle value uses publish execution result #24

Closed romainfrancois closed 9 months ago

romainfrancois commented 9 months ago

instead of display() which has to be called explicitly

romainfrancois commented 9 months ago

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 publish_execution_result() so that this is aligned with the test strategy we inherited from the 🍪.

closes #33

romainfrancois commented 9 months ago

This needs some follow up to handle html widgets, but I'll open a new PR