Skip to content

Commit 61f6b5d

Browse files
committed
Commented out compile_pdf
1 parent 6065159 commit 61f6b5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorials/tutorial_02.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
"\n",
5151
"tikz.add_node(0.5, 0.5, content=\"Cube\", layer=10)\n",
5252
"\n",
53-
"tikz.compile_pdf(\"tutorial_02_01.pdf\")\n",
53+
"#tikz.compile_pdf(\"tutorial_02_01.pdf\")\n",
5454
"#"
5555
]
5656
},
@@ -99,7 +99,7 @@
9999
"# Generate the TikZ script\n",
100100
"# print(tikz.generate_standalone())\n",
101101
"\n",
102-
"tikz.compile_pdf(\"tutorial_02_02.pdf\")\n",
102+
"#tikz.compile_pdf(\"tutorial_02_02.pdf\")\n",
103103
"\n",
104104
"c.plot(backend=\"matplotlib\")"
105105
]
@@ -126,7 +126,7 @@
126126
"# script = tikz.generate_tikz()\n",
127127
"# print(script)\n",
128128
"print(tikz.generate_standalone())\n",
129-
"tikz.compile_pdf(\"tutorial_02_03.pdf\")\n"
129+
"#tikz.compile_pdf(\"tutorial_02_03.pdf\")\n"
130130
]
131131
}
132132
],

0 commit comments

Comments
 (0)