diff --git a/src/plugins/miscellaneous/JupyterKernel/src/jupyterkernelplugin.cpp b/src/plugins/miscellaneous/JupyterKernel/src/jupyterkernelplugin.cpp index c3e558d772..2324847816 100644 --- a/src/plugins/miscellaneous/JupyterKernel/src/jupyterkernelplugin.cpp +++ b/src/plugins/miscellaneous/JupyterKernel/src/jupyterkernelplugin.cpp @@ -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