27 std::string markdownCell(
const std::string &string_text);
28 std::string codeCell(
const std::string &string_code);
29 std::string writeNotebook();
35 Json::Value buildNotebook();
37 void markdownCell(Json::Value string_array);
38 void codeCell(Json::Value array_code);