#include #include #include "DataCell.hh" int main(int argc, char **argv) { if(argc<3) { std::cerr << "Usage: cadabra2cadabra [cadabra notebook] [cadabra/python output]\n\n"; std::cerr << "Convert a Cadabra v2 notebook to an standalone Cadabra/Python file.\n" << "If the output file name is not given, output goes to standard out.\n"; return -1; } std::string cdb_file, py_file; int n=1; while(n