setMethod ('print', 'EotMode',
function(x, ...) {
if (inherits(x, 'EotMode')) {
show(x)
}
}
)
setMethod ('print', 'EotStack',
function(x, ...) {
if (inherits(x, 'EotStack')) {
show(x)
}
}
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.