File tree Expand file tree Collapse file tree 3 files changed +545
-1
lines changed
Expand file tree Collapse file tree 3 files changed +545
-1
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "cells" : [
3+ {
4+ "cell_type" : " code" ,
5+ "execution_count" : 1 ,
6+ "metadata" : {},
7+ "outputs" : [],
8+ "source" : [
9+ " import os"
10+ ]
11+ },
12+ {
13+ "cell_type" : " code" ,
14+ "execution_count" : 3 ,
15+ "metadata" : {},
16+ "outputs" : [
17+ {
18+ "data" : {
19+ "text/plain" : [
20+ " 56277"
21+ ]
22+ },
23+ "execution_count" : 3 ,
24+ "metadata" : {},
25+ "output_type" : " execute_result"
26+ }
27+ ],
28+ "source" : [
29+ " os.getpid()"
30+ ]
31+ }
32+ ],
33+ "metadata" : {
34+ "kernelspec" : {
35+ "display_name" : " .venv" ,
36+ "language" : " python" ,
37+ "name" : " python3"
38+ },
39+ "language_info" : {
40+ "codemirror_mode" : {
41+ "name" : " ipython" ,
42+ "version" : 3
43+ },
44+ "file_extension" : " .py" ,
45+ "mimetype" : " text/x-python" ,
46+ "name" : " python" ,
47+ "nbconvert_exporter" : " python" ,
48+ "pygments_lexer" : " ipython3" ,
49+ "version" : " 3.11.7"
50+ }
51+ },
52+ "nbformat" : 4 ,
53+ "nbformat_minor" : 2
54+ }
Original file line number Diff line number Diff line change @@ -5,5 +5,6 @@ description = "Add your description here"
55readme = " README.md"
66requires-python = " >=3.11"
77dependencies = [
8+ " ipykernel>=6.29.5" ,
89 " numpy>=2.2.3" ,
910]
You can’t perform that action at this time.
0 commit comments