Skip to content

Commit 8fc375a

Browse files
committed
Now hiding without the space
1 parent 7f1df41 commit 8fc375a

File tree

2 files changed

+4
-130
lines changed

2 files changed

+4
-130
lines changed

examples/densities/script.jl

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ using OrderedCollections
2020
# using StatsBase ## not sure I need it in this notebook? #src
2121

2222
using CairoMakie
23-
using DisplayAs
23+
using DisplayAs #hide
2424

2525
# ## Intro
2626
# First we define a few kernels, from KernelFunctions.jl,
@@ -42,7 +42,7 @@ for (key, ker) in kers
4242
end
4343
axislegend()
4444
f
45-
DisplayAs.PNG(f) # hide #md
45+
DisplayAs.PNG(f) #hide #md
4646

4747
# Now we can use a function from KernelSpectralDensities.jl to
4848
# get its spectral density.
@@ -61,7 +61,7 @@ for (key, ker) in kers
6161
end
6262
axislegend()
6363
f
64-
DisplayAs.PNG(f) # hide #md
64+
DisplayAs.PNG(f) #hide #md
6565

6666
# ## Recovering the kernel
6767
# We can recover the kernel by integrating the spectral density over all frequencies.
@@ -91,4 +91,4 @@ lines!(ax, τv, k.(τv); label="kernel")
9191
lines!(ax, τv, ks.(τv); label="spectral approx")
9292
axislegend()
9393
f
94-
DisplayAs.PNG(f) # hide #md
94+
DisplayAs.PNG(f) #hide #md

examples/densities/tmp/script.md

Lines changed: 0 additions & 126 deletions
This file was deleted.

0 commit comments

Comments
 (0)