@ -134,6 +134,11 @@ public class JupyterController {
for (int i = 0; i < lines.length; i++) {
// 跳过注释行
if (lines[i].trim().startsWith("#")) {
continue;
}
String imgPathv = IdUtil.simpleUUID();
String plotFile = pyPath + imgPathv + ".png";