Skip to content

Commit 5a182ff

Browse files
Collapse Setup and Helper Functions cells by default in Colab (cellView=form)
1 parent 27b857c commit 5a182ff

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

visualization_toolkit_final.ipynb

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,10 +118,12 @@
118118
},
119119
"tags": [
120120
"setup-run-once"
121-
]
121+
],
122+
"cellView": "form"
122123
},
123124
"outputs": [],
124125
"source": [
126+
"#@title Setup - run once (double-click to view code)\n",
125127
"# =============================================================================\n",
126128
"# SETUP (RUN ONCE)\n",
127129
"# Run this one cell to configure the environment (packages, versions, dirs,\n",
@@ -591,10 +593,12 @@
591593
"collapsed": true,
592594
"jupyter": {
593595
"source_hidden": true
594-
}
596+
},
597+
"cellView": "form"
595598
},
596599
"outputs": [],
597600
"source": [
601+
"#@title Helper functions & data preparation (double-click to view code)\n",
598602
"# =============================================================================\n",
599603
"# HELPER FUNCTIONS & DATA PREPARATION (RUN ONCE)\n",
600604
"# Run this one cell to define every reusable helper and prepare the working\n",

0 commit comments

Comments
 (0)