Skip to content

Commit 3431c6c

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4290884 commit 3431c6c

1 file changed

Lines changed: 4 additions & 44 deletions

File tree

magic_example.ipynb

Lines changed: 4 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -2,62 +2,22 @@
22
"cells": [
33
{
44
"cell_type": "code",
5-
"execution_count": 1,
5+
"execution_count": null,
66
"metadata": {
77
"tags": []
88
},
9-
"outputs": [
10-
{
11-
"data": {
12-
"text/html": [
13-
"<div style='background-color: #d9ead3; border-radius: 5px; padding: 10px;'>✅ <strong>OpenAI client configured successfully.</strong></div>"
14-
],
15-
"text/plain": [
16-
"<IPython.core.display.HTML object>"
17-
]
18-
},
19-
"metadata": {},
20-
"output_type": "display_data"
21-
},
22-
{
23-
"data": {
24-
"text/html": [
25-
"<div style='background-color: #fffde7; border-radius: 5px; padding: 10px;'>🔄 <strong>IPytest extension (re)loaded</strong> (with AI support).</div>"
26-
],
27-
"text/plain": [
28-
"<IPython.core.display.HTML object>"
29-
]
30-
},
31-
"metadata": {},
32-
"output_type": "display_data"
33-
}
34-
],
9+
"outputs": [],
3510
"source": [
3611
"%reload_ext ipytestsuite"
3712
]
3813
},
3914
{
4015
"cell_type": "code",
41-
"execution_count": 3,
16+
"execution_count": null,
4217
"metadata": {
4318
"tags": []
4419
},
45-
"outputs": [
46-
{
47-
"data": {
48-
"application/vnd.jupyter.widget-view+json": {
49-
"model_id": "36143cb14d384b5598bab2994c67954e",
50-
"version_major": 2,
51-
"version_minor": 0
52-
},
53-
"text/plain": [
54-
"VBox(children=(Output(outputs=({'output_type': 'display_data', 'data': {'text/plain': 'HTML(value=\\'<div style…"
55-
]
56-
},
57-
"metadata": {},
58-
"output_type": "display_data"
59-
}
60-
],
20+
"outputs": [],
6121
"source": [
6222
"%%ipytest --path tutorial/tests\n",
6323
"# or %%ipytest test_module_name\n",

0 commit comments

Comments
 (0)