Skip to content

Commit

Permalink
Jupyter book cell hide-input
Browse files Browse the repository at this point in the history
  • Loading branch information
cbbcbail committed Jul 20, 2024
1 parent 26b2410 commit 41ac483
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions jupyter/Fig1-designProcess.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {
"tags": [
"hide-input"
]
},
"outputs": [],
"source": [
"# Standard library\n",
Expand Down Expand Up @@ -175,7 +179,11 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {
"tags": [
"hide-input"
]
},
"outputs": [],
"source": [
"# Initialize color and plot settings\n",
Expand Down Expand Up @@ -290,7 +298,11 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {
"tags": [
"hide-input"
]
},
"outputs": [],
"source": [
"# Plot the three subsets with different blends of the two objectives\n",
Expand Down Expand Up @@ -372,7 +384,11 @@
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"metadata": {
"tags": [
"hide-input"
]
},
"outputs": [],
"source": [
"# Plot the three subsets with different subset sizes based on the tuning\n",
Expand Down

0 comments on commit 41ac483

Please sign in to comment.