Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8059810

Browse files
committedOct 7, 2024
edit
1 parent 603e345 commit 8059810

File tree

2 files changed

+42
-26
lines changed

2 files changed

+42
-26
lines changed
 

‎mytest.ipynb

Lines changed: 0 additions & 26 deletions
This file was deleted.

‎test.ipynb

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{
2+
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": 1,
6+
"metadata": {},
7+
"outputs": [
8+
{
9+
"name": "stdout",
10+
"output_type": "stream",
11+
"text": [
12+
"hello\n"
13+
]
14+
}
15+
],
16+
"source": [
17+
"print(\"hello\")"
18+
]
19+
}
20+
],
21+
"metadata": {
22+
"kernelspec": {
23+
"display_name": "base",
24+
"language": "python",
25+
"name": "python3"
26+
},
27+
"language_info": {
28+
"codemirror_mode": {
29+
"name": "ipython",
30+
"version": 3
31+
},
32+
"file_extension": ".py",
33+
"mimetype": "text/x-python",
34+
"name": "python",
35+
"nbconvert_exporter": "python",
36+
"pygments_lexer": "ipython3",
37+
"version": "3.10.14"
38+
}
39+
},
40+
"nbformat": 4,
41+
"nbformat_minor": 2
42+
}

0 commit comments

Comments
 (0)
Please sign in to comment.