pull/6/head
Ibrahim Numanagić 2021-11-09 03:48:31 -08:00
parent 0c9974ff4c
commit cb258a969b
1 changed files with 1 additions and 1 deletions

View File

@ -287,7 +287,7 @@ int startJupyterKernel(const std::string &argv0, const std::string &configPath);
int jupyterMode(const std::vector<const char *> &args) {
#ifdef CODON_JUPYTER
int code = codon::startJupyterKernel(args[0], args.size() > 1 ? std::string(args[1])
: "connection.json");
: "connection.json");
return code;
#else
fmt::eprint("Jupyter support not included. Please recompile with "