Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Dec 2, 2019
1 parent 798c239 commit 74a77cb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -107,7 +107,7 @@ bool JupyterKernelPlugin::runKernel(const QStringList &pArguments, int &pRes)
}

// Run the the kernel using our connection file
// Note: any backslashes in the filename need to be escaped for Python
// Note: any backslashes in the filename need to be escaped for Python...

static const QString JupyterKernel = R"PYTHON(
import matplotlib
Expand Down

0 comments on commit 74a77cb

Please sign in to comment.