Skip to content

Commit d836f05

Browse files
committed
First Assessment
1 parent d86478c commit d836f05

2 files changed

Lines changed: 38 additions & 17 deletions

File tree

Default.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3+3

myfirstnotebook.ipynb

Lines changed: 37 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,18 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 1,
5+
"execution_count": null,
66
"id": "681a30ec-5a81-4582-b564-a243895ef0e3",
77
"metadata": {},
88
"outputs": [
99
{
10-
"name": "stdout",
11-
"output_type": "stream",
12-
"text": [
13-
"hello\n"
10+
"ename": "",
11+
"evalue": "",
12+
"output_type": "error",
13+
"traceback": [
14+
"\u001b[1;31mRunning cells with 'Python 3.12.5' requires the ipykernel package.\n",
15+
"\u001b[1;31mRun the following command to install 'ipykernel' into the Python environment. \n",
16+
"\u001b[1;31mCommand: '/opt/homebrew/bin/python3 -m pip install ipykernel -U --user --force-reinstall'"
1417
]
1518
}
1619
],
@@ -20,15 +23,18 @@
2023
},
2124
{
2225
"cell_type": "code",
23-
"execution_count": 3,
26+
"execution_count": null,
2427
"id": "cd8b0e64-777c-46aa-b782-f8f1c3cbe949",
2528
"metadata": {},
2629
"outputs": [
2730
{
28-
"name": "stdout",
29-
"output_type": "stream",
30-
"text": [
31-
"new\n"
31+
"ename": "",
32+
"evalue": "",
33+
"output_type": "error",
34+
"traceback": [
35+
"\u001b[1;31mRunning cells with 'Python 3.12.5' requires the ipykernel package.\n",
36+
"\u001b[1;31mRun the following command to install 'ipykernel' into the Python environment. \n",
37+
"\u001b[1;31mCommand: '/opt/homebrew/bin/python3 -m pip install ipykernel -U --user --force-reinstall'"
3238
]
3339
}
3440
],
@@ -46,15 +52,18 @@
4652
},
4753
{
4854
"cell_type": "code",
49-
"execution_count": 7,
55+
"execution_count": null,
5056
"id": "6ba945a7-6f40-46de-b5e5-60071644662f",
5157
"metadata": {},
5258
"outputs": [
5359
{
54-
"name": "stdout",
55-
"output_type": "stream",
56-
"text": [
57-
"new\n"
60+
"ename": "",
61+
"evalue": "",
62+
"output_type": "error",
63+
"traceback": [
64+
"\u001b[1;31mRunning cells with 'Python 3.12.5' requires the ipykernel package.\n",
65+
"\u001b[1;31mRun the following command to install 'ipykernel' into the Python environment. \n",
66+
"\u001b[1;31mCommand: '/opt/homebrew/bin/python3 -m pip install ipykernel -U --user --force-reinstall'"
5867
]
5968
}
6069
],
@@ -67,7 +76,18 @@
6776
"execution_count": null,
6877
"id": "bc3f13c3-7ae8-40d7-9c9c-78f87bee8b13",
6978
"metadata": {},
70-
"outputs": [],
79+
"outputs": [
80+
{
81+
"ename": "",
82+
"evalue": "",
83+
"output_type": "error",
84+
"traceback": [
85+
"\u001b[1;31mRunning cells with 'Python 3.12.5' requires the ipykernel package.\n",
86+
"\u001b[1;31mRun the following command to install 'ipykernel' into the Python environment. \n",
87+
"\u001b[1;31mCommand: '/opt/homebrew/bin/python3 -m pip install ipykernel -U --user --force-reinstall'"
88+
]
89+
}
90+
],
7191
"source": []
7292
}
7393
],
@@ -87,7 +107,7 @@
87107
"name": "python",
88108
"nbconvert_exporter": "python",
89109
"pygments_lexer": "ipython3",
90-
"version": "3.12.4"
110+
"version": "3.12.5"
91111
}
92112
},
93113
"nbformat": 4,

0 commit comments

Comments
 (0)