Skip to content

Commit 055883b

Browse files
committed
Fix kernel crash error handling in Jupyter notebook and reset execution count
1 parent b05b889 commit 055883b

File tree

2 files changed

+13846
-445
lines changed

2 files changed

+13846
-445
lines changed

02.vae-without-encoder.ipynb

Lines changed: 13834 additions & 444 deletions
Large diffs are not rendered by default.

03.diffusion.ipynb

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4426,7 +4426,7 @@
44264426
},
44274427
{
44284428
"cell_type": "code",
4429-
"execution_count": 4,
4429+
"execution_count": null,
44304430
"id": "e1ab2e0c",
44314431
"metadata": {},
44324432
"outputs": [
@@ -6007,6 +6007,17 @@
60076007
"text": [
60086008
"\n"
60096009
]
6010+
},
6011+
{
6012+
"ename": "",
6013+
"evalue": "",
6014+
"output_type": "error",
6015+
"traceback": [
6016+
"\u001b[1;31mThe Kernel crashed while executing code in the current cell or a previous cell. \n",
6017+
"\u001b[1;31mPlease review the code in the cell(s) to identify a possible cause of the failure. \n",
6018+
"\u001b[1;31mClick <a href='https://aka.ms/vscodeJupyterKernelCrash'>here</a> for more info. \n",
6019+
"\u001b[1;31mView Jupyter <a href='command:jupyter.viewOutput'>log</a> for further details."
6020+
]
60106021
}
60116022
],
60126023
"source": [

0 commit comments

Comments
 (0)