Skip to content

Commit 4d7be11

Browse files
committed
Only hide input not the output
1 parent 16f58a0 commit 4d7be11

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/algorithms_and_examples.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ runner.live_plot()
8484
```
8585

8686
```{code-cell} ipython3
87-
:tags: [hide-cell]
87+
:tags: [hide-input]
8888
8989
def f(x, offset=0.07357338543088588):
9090
a = 0.01
@@ -120,7 +120,7 @@ layout.opts(plot=dict(toolbar=None))
120120
## {class}`adaptive.Learner2D`
121121

122122
```{code-cell} ipython3
123-
:tags: [hide-cell]
123+
:tags: [hide-input]
124124
125125
126126
def ring(xy):
@@ -153,7 +153,7 @@ hv.HoloMap(plots, kdims=["npoints"]).collate()
153153
## {class}`adaptive.AverageLearner`
154154

155155
```{code-cell} ipython3
156-
:tags: [hide-cell]
156+
:tags: [hide-input]
157157
158158
159159
def g(n):
@@ -179,7 +179,7 @@ hv.HoloMap(plots, kdims=["npoints"])
179179
## {class}`adaptive.LearnerND`
180180

181181
```{code-cell} ipython3
182-
:tags: [hide-cell]
182+
:tags: [hide-input]
183183
184184
185185
def sphere(xyz):

0 commit comments

Comments
 (0)