Skip to content

Commit 560a1ef

Browse files
committed
Clean notebook outputs
1 parent d97f393 commit 560a1ef

File tree

1 file changed

+6
-34
lines changed

1 file changed

+6
-34
lines changed

examples/Notebook.ipynb

Lines changed: 6 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -18,29 +18,17 @@
1818
},
1919
{
2020
"cell_type": "code",
21-
"execution_count": 4,
21+
"execution_count": null,
2222
"id": "050e5936-f9e1-44ff-8bc9-a8556d7643ee",
2323
"metadata": {},
24-
"outputs": [
25-
{
26-
"ename": "ModuleNotFoundError",
27-
"evalue": "No module named 'jupytercad'",
28-
"output_type": "error",
29-
"traceback": [
30-
"\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
31-
"\u001b[0;31mModuleNotFoundError\u001b[0m Traceback (most recent call last)",
32-
"Cell \u001b[0;32mIn[4], line 1\u001b[0m\n\u001b[0;32m----> 1\u001b[0m \u001b[38;5;28;01mfrom\u001b[39;00m \u001b[38;5;21;01mjupytercad\u001b[39;00m \u001b[38;5;28;01mimport\u001b[39;00m CadDocument\n",
33-
"\u001b[0;31mModuleNotFoundError\u001b[0m: No module named 'jupytercad'"
34-
]
35-
}
36-
],
24+
"outputs": [],
3725
"source": [
3826
"from jupytercad import CadDocument"
3927
]
4028
},
4129
{
4230
"cell_type": "code",
43-
"execution_count": 5,
31+
"execution_count": null,
4432
"id": "9821d466-6ae7-418f-aea7-9d67153da7d6",
4533
"metadata": {},
4634
"outputs": [],
@@ -50,26 +38,10 @@
5038
},
5139
{
5240
"cell_type": "code",
53-
"execution_count": 6,
41+
"execution_count": null,
5442
"id": "e30499f0-6732-4611-a25e-46b27e606b08",
5543
"metadata": {},
56-
"outputs": [
57-
{
58-
"data": {
59-
"application/vnd.jupyter.ywidget-view+json": {
60-
"model_id": "c0c9e05d08ec4e71bebc1877eec30531",
61-
"version_major": 2,
62-
"version_minor": 0
63-
},
64-
"text/plain": [
65-
"<jupytercad_lab.notebook.cad_document.CadDocument object at 0x108aa4800>"
66-
]
67-
},
68-
"execution_count": 6,
69-
"metadata": {},
70-
"output_type": "execute_result"
71-
}
72-
],
44+
"outputs": [],
7345
"source": [
7446
"doc.add_cone().add_sphere(radius=0.8).cut(color='#ff0000')"
7547
]
@@ -282,7 +254,7 @@
282254
"name": "python",
283255
"nbconvert_exporter": "python",
284256
"pygments_lexer": "ipython3",
285-
"version": "3.12.0"
257+
"version": "3.13.1"
286258
}
287259
},
288260
"nbformat": 4,

0 commit comments

Comments
 (0)