Skip to content

Commit

Permalink
Merge pull request #11 from invrs-io/hide
Browse files Browse the repository at this point in the history
Hide notebook cells
  • Loading branch information
mfschubert authored Jul 9, 2024
2 parents 9e42bb1 + 69b6943 commit d92c3ef
Show file tree
Hide file tree
Showing 6 changed files with 30 additions and 6 deletions.
6 changes: 5 additions & 1 deletion docs/notebooks/ceviche_challenges.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
"cell_type": "code",
"execution_count": null,
"id": "ce0f2d4e",
"metadata": {},
"metadata": {
"tags": [
"hide-cell"
]
},
"outputs": [],
"source": [
"import os\n",
Expand Down
6 changes: 5 additions & 1 deletion docs/notebooks/diffractive_splitter.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
"cell_type": "code",
"execution_count": null,
"id": "f8c178cb",
"metadata": {},
"metadata": {
"tags": [
"hide-cell"
]
},
"outputs": [],
"source": [
"import os\n",
Expand Down
6 changes: 5 additions & 1 deletion docs/notebooks/meta_atom_library.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
"cell_type": "code",
"execution_count": null,
"id": "f8c178cb",
"metadata": {},
"metadata": {
"tags": [
"hide-cell"
]
},
"outputs": [],
"source": [
"import os\n",
Expand Down
6 changes: 5 additions & 1 deletion docs/notebooks/metagrating.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
"cell_type": "code",
"execution_count": null,
"id": "f8c178cb",
"metadata": {},
"metadata": {
"tags": [
"hide-cell"
]
},
"outputs": [],
"source": [
"import os\n",
Expand Down
6 changes: 5 additions & 1 deletion docs/notebooks/metalens.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@
"cell_type": "code",
"execution_count": null,
"id": "f8c178cb",
"metadata": {},
"metadata": {
"tags": [
"hide-cell"
]
},
"outputs": [],
"source": [
"import os\n",
Expand Down
6 changes: 5 additions & 1 deletion docs/notebooks/photon_extractor.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,11 @@
{
"cell_type": "markdown",
"id": "109455b4",
"metadata": {},
"metadata": {
"tags": [
"hide-cell"
]
},
"source": [
"# Photon extractor"
]
Expand Down

0 comments on commit d92c3ef

Please sign in to comment.