Comment out demo of cling::Jupyter::pushOutput().
This commit is contained in:
parent
5021042a26
commit
b6d55f06f7
@ -121,7 +121,7 @@ char* cling_eval(TheInterpreter *interpVP, const char *code) {
|
||||
if (Res != cling::Interpreter::kSuccess)
|
||||
return nullptr;
|
||||
|
||||
cling::Jupyter::pushOutput({{"text/html", "You just executed C++ code!"}});
|
||||
// cling::Jupyter::pushOutput({{"text/html", "You just executed C++ code!"}});
|
||||
if (!V.isValid())
|
||||
return strdup("");
|
||||
return strdup(ValueToString(V).c_str());
|
||||
|
Loading…
Reference in New Issue
Block a user