Skip to content

Commit

Permalink
Test build
Browse files Browse the repository at this point in the history
  • Loading branch information
kmlefran committed Sep 12, 2023
1 parent f52a4a0 commit cee778a
Showing 1 changed file with 21 additions and 2 deletions.
23 changes: 21 additions & 2 deletions trial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -306,12 +306,31 @@
},
{
"cell_type": "code",
"execution_count": null,
"execution_count": 12,
"metadata": {},
"outputs": [],
"outputs": [
{
"ename": "NameError",
"evalue": "name 'a' is not defined",
"output_type": "error",
"traceback": [
"\u001b[0;31m---------------------------------------------------------------------------\u001b[0m",
"\u001b[0;31mNameError\u001b[0m Traceback (most recent call last)",
"\u001b[1;32m/Users/chemlab/Documents/Coding/LearningAiiDa/aiida-aimall/trial.ipynb Cell 16\u001b[0m line \u001b[0;36m1\n\u001b[0;32m----> <a href='vscode-notebook-cell:/Users/chemlab/Documents/Coding/LearningAiiDa/aiida-aimall/trial.ipynb#X22sZmlsZQ%3D%3D?line=0'>1</a>\u001b[0m a\n",
"\u001b[0;31mNameError\u001b[0m: name 'a' is not defined"
]
}
],
"source": [
"a"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
}
],
"metadata": {
Expand Down

0 comments on commit cee778a

Please sign in to comment.