Skip to content

Commit 80b355c

Browse files
committed
add lab6 to informatics
1 parent e231f54 commit 80b355c

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

informatics/sem1/lab6/6.ipynb

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
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+
}

0 commit comments

Comments
 (0)