Skip to content

Commit a172ce0

Browse files
author
github-action
committed
Github Action: Lint Notebooks
1 parent ee615b1 commit a172ce0

File tree

1 file changed

+3
-22
lines changed

1 file changed

+3
-22
lines changed

Submodule_1/Submodule_1_Tutorial4_Functions.ipynb

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -68,29 +68,10 @@
6868
},
6969
{
7070
"cell_type": "code",
71-
"execution_count": 1,
71+
"execution_count": null,
7272
"id": "ec61f862-6e53-4c16-af46-10fd39b76baa",
73-
"metadata": {
74-
"execution": {
75-
"iopub.execute_input": "2025-06-09T16:46:54.120437Z",
76-
"iopub.status.busy": "2025-06-09T16:46:54.120181Z",
77-
"iopub.status.idle": "2025-06-09T16:46:54.127575Z",
78-
"shell.execute_reply": "2025-06-09T16:46:54.126993Z",
79-
"shell.execute_reply.started": "2025-06-09T16:46:54.120417Z"
80-
}
81-
},
82-
"outputs": [
83-
{
84-
"data": {
85-
"text/plain": [
86-
"17"
87-
]
88-
},
89-
"execution_count": 1,
90-
"metadata": {},
91-
"output_type": "execute_result"
92-
}
93-
],
73+
"metadata": {},
74+
"outputs": [],
9475
"source": [
9576
"def count_base(dna, base): #the function is named count_base and takes 2 inputs- a sequence string and the letter to look for\n",
9677
" return dna.count(base)\n",

0 commit comments

Comments
 (0)