Skip to content

Commit 5a74704

Browse files
committed
address graphviz issue
1 parent 7d61c25 commit 5a74704

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dt_surrogate_loco.ipynb

+3-1
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,7 @@
652652
"print('Calling external process ...')\n",
653653
"print(' '.join(gv_args))\n",
654654
"# if the line below is failing for you, try instead:\n",
655-
"# _ = subprocess.call(png_args, shell=True) \n",
655+
"# _ = subprocess.call(gv_args, shell=True) \n",
656656
"_ = subprocess.call(gv_args)"
657657
]
658658
},
@@ -688,6 +688,8 @@
688688
"# call\n",
689689
"print('Calling external process ...')\n",
690690
"print(' '.join(png_args))\n",
691+
"# if the line below is failing for you, try instead:\n",
692+
"# _ = subprocess.call(png_args, shell=True) \n",
691693
"_ = subprocess.call(png_args)"
692694
]
693695
},

0 commit comments

Comments
 (0)