File tree Expand file tree Collapse file tree 1 file changed +57
-0
lines changed
Expand file tree Collapse file tree 1 file changed +57
-0
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "cells" : [
3+ {
4+ "cell_type" : " code" ,
5+ "execution_count" : 2 ,
6+ "metadata" : {},
7+ "outputs" : [
8+ {
9+ "data" : {
10+ "text/latex" : [
11+ " \n " ,
12+ " test\n "
13+ ],
14+ "text/plain" : [
15+ " <IPython.core.display.Latex object>"
16+ ]
17+ },
18+ "metadata" : {},
19+ "output_type" : " display_data"
20+ }
21+ ],
22+ "source" : [
23+ " %%latex\n " ,
24+ " \n " ,
25+ " test"
26+ ]
27+ },
28+ {
29+ "cell_type" : " code" ,
30+ "execution_count" : null ,
31+ "metadata" : {},
32+ "outputs" : [],
33+ "source" : []
34+ }
35+ ],
36+ "metadata" : {
37+ "kernelspec" : {
38+ "display_name" : " Python 3" ,
39+ "language" : " python" ,
40+ "name" : " python3"
41+ },
42+ "language_info" : {
43+ "codemirror_mode" : {
44+ "name" : " ipython" ,
45+ "version" : 3
46+ },
47+ "file_extension" : " .py" ,
48+ "mimetype" : " text/x-python" ,
49+ "name" : " python" ,
50+ "nbconvert_exporter" : " python" ,
51+ "pygments_lexer" : " ipython3" ,
52+ "version" : " 3.12.7"
53+ }
54+ },
55+ "nbformat" : 4 ,
56+ "nbformat_minor" : 2
57+ }
You can’t perform that action at this time.
0 commit comments