Skip to content

Commit 2e269b5

Browse files
committed
flashcard frame and font size
1 parent 1a2f3fb commit 2e269b5

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

html/flashcard_blastout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7742,7 +7742,7 @@
77427742
}
77437743

77447744
.back .flashcardtext{
7745-
font-size: 0.8em;
7745+
font-size: 0.6em;
77467746
}
77477747

77487748
}

html/flashcard_viz.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7742,7 +7742,7 @@
77427742
}
77437743

77447744
.back .flashcardtext{
7745-
font-size: 1.0em;
7745+
font-size: 0.8em;
77467746
}
77477747

77487748
}

module_notebooks/07-variant-calling-with-vg.ipynb

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -646,7 +646,7 @@
646646
"outputs": [],
647647
"source": [
648648
"from IPython.display import IFrame\n",
649-
"IFrame('../html/flashcard_viz.html', width=800, height=400)"
649+
"IFrame('../html/flashcard_viz.html', width=800, height=550)"
650650
]
651651
},
652652
{
@@ -721,6 +721,12 @@
721721
}
722722
],
723723
"metadata": {
724+
"environment": {
725+
"kernel": "conda-env-nigms-pangenomics-nigms-pangenomics",
726+
"name": "workbench-notebooks.m127",
727+
"type": "gcloud",
728+
"uri": "us-docker.pkg.dev/deeplearning-platform-release/gcr.io/workbench-notebooks:m127"
729+
},
724730
"kernelspec": {
725731
"display_name": "nigms-pangenomics",
726732
"language": "python",

0 commit comments

Comments
 (0)