Skip to content

Commit a1a73e6

Browse files
committed
update notebook
1 parent ea87075 commit a1a73e6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

test/pluto_notebook.jl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### A Pluto.jl notebook ###
2-
# v0.17.7
2+
# v0.18.2
33

44
using Markdown
55
using InteractiveUtils
@@ -10,10 +10,14 @@ using Pkg; Pkg.activate(".")
1010
# ╔═╡ c27879d8-9702-11eb-3050-f1c4477273fe
1111
using PlotlyLight
1212

13+
# ╔═╡ 301cbfcf-88f6-4eed-9b75-6cc193242d12
14+
PlotlyLight.Defaults.parent_style[] = "height: 400px;"
15+
1316
# ╔═╡ e2dedee2-9702-11eb-1364-118bcaff2607
1417
Plot(Config(x=1:50,y=randn(50), type="bar"))
1518

1619
# ╔═╡ Cell order:
1720
# ╠═14f719cd-ffdc-4d9b-83f4-efd7e7b54c82
1821
# ╠═c27879d8-9702-11eb-3050-f1c4477273fe
22+
# ╠═301cbfcf-88f6-4eed-9b75-6cc193242d12
1923
# ╠═e2dedee2-9702-11eb-1364-118bcaff2607

0 commit comments

Comments
 (0)