Skip to content

Commit 97b4053

Browse files
author
github-action
committed
Github Action: Lint Notebooks
1 parent 43eb9c4 commit 97b4053

1 file changed

Lines changed: 2 additions & 31 deletions

File tree

module_notebooks/01-intro-to-pangenomics.ipynb

Lines changed: 2 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -238,32 +238,9 @@
238238
},
239239
{
240240
"cell_type": "code",
241-
"execution_count": 1,
241+
"execution_count": null,
242242
"metadata": {},
243-
"outputs": [
244-
{
245-
"data": {
246-
"text/html": [
247-
"\n",
248-
" <iframe\n",
249-
" width=\"800\"\n",
250-
" height=\"400\"\n",
251-
" src=\"../html/quiz_pangenomes.html\"\n",
252-
" frameborder=\"0\"\n",
253-
" allowfullscreen\n",
254-
" \n",
255-
" ></iframe>\n",
256-
" "
257-
],
258-
"text/plain": [
259-
"<IPython.lib.display.IFrame at 0x7f2dee2f42f0>"
260-
]
261-
},
262-
"execution_count": 1,
263-
"metadata": {},
264-
"output_type": "execute_result"
265-
}
266-
],
243+
"outputs": [],
267244
"source": [
268245
"from IPython.display import IFrame\n",
269246
"IFrame('../html/quiz_pangenomes.html', width=800, height=400)"
@@ -292,12 +269,6 @@
292269
}
293270
],
294271
"metadata": {
295-
"environment": {
296-
"kernel": "conda-env-nigms-pangenomics-nigms-pangenomics",
297-
"name": "workbench-notebooks.m129",
298-
"type": "gcloud",
299-
"uri": "us-docker.pkg.dev/deeplearning-platform-release/gcr.io/workbench-notebooks:m129"
300-
},
301272
"kernelspec": {
302273
"display_name": "nigms-pangenomics (Local)",
303274
"language": "python",

0 commit comments

Comments
 (0)