Function showata::show_text_in_jupyter[][src]

pub fn show_text_in_jupyter<M: AsRef<str>, S: AsRef<str>>(mime_type: M, text: S)

Display content as text

use showata::*;

let content = ".....";
show_text_in_jupyter("text/plain", content);

TODO replace by evcxr_runtime ?