Skip to content

Commit fc77600

Browse files
committed
minor cleanup
1 parent f71b98e commit fc77600

File tree

1 file changed

+2
-23
lines changed

1 file changed

+2
-23
lines changed

short_tutorials/datajoint_in_30mins.ipynb

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -2586,31 +2586,10 @@
25862586
},
25872587
{
25882588
"cell_type": "code",
2589-
"execution_count": 54,
2589+
"execution_count": null,
25902590
"id": "2d5def96-892b-462b-b7ff-a5ed48f3845c",
25912591
"metadata": {},
2592-
"outputs": [
2593-
{
2594-
"name": "stderr",
2595-
"output_type": "stream",
2596-
"text": [
2597-
"[2023-06-19 23:23:10,641][INFO]: Deleting 2 rows from `rochester-workshop_thinh`.`__analysis`\n",
2598-
"[2023-06-19 23:23:11,159][INFO]: Deleting 1 rows from `rochester-workshop_thinh`.`session`\n",
2599-
"[2023-06-19 23:23:11,673][INFO]: Deleting 1 rows from `rochester-workshop_thinh`.`subject`\n",
2600-
"[2023-06-19 23:23:19,040][WARNING]: Deletes cancelled\n"
2601-
]
2602-
},
2603-
{
2604-
"data": {
2605-
"text/plain": [
2606-
"1"
2607-
]
2608-
},
2609-
"execution_count": 54,
2610-
"metadata": {},
2611-
"output_type": "execute_result"
2612-
}
2613-
],
2592+
"outputs": [],
26142593
"source": [
26152594
"(Subject & 'subject_name = \"anne\"').delete()"
26162595
]

0 commit comments

Comments
 (0)