Skip to content

Commit

Permalink
update pluto and jupyter tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joshday committed Dec 12, 2023
1 parent f952542 commit 3f6e1dc
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions test/pluto.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
### A Pluto.jl notebook ###
# v0.19.26
# v0.19.35

using Markdown
using InteractiveUtils
Expand All @@ -8,26 +8,17 @@ using InteractiveUtils
begin
using Pkg
Pkg.activate(joinpath(@__DIR__, ".."))
using Revise
using Cobweb: Cobweb, h
using Random
end

# ╔═║ eb297515-7bf4-452e-bdb9-24cbbbe69d55
h.div("hi")

# ╔═║ c9a11198-bcaf-4809-b0f7-5f96a45c18d5
Cobweb.iframe(h.div("sup"), height=50)

# ╔═║ cb27e1ae-9e18-4575-a134-ad4147a8a151
Cobweb.IFrame(h.div("sup", style="color:red;"), width="100%")

# ╔═║ d84135de-3720-4aa2-ae0b-ffb36b856ef8
Cobweb.iframe(h.div("sup", style="color:red;"))

# ╔═║ Cell order:
# ╠═4dc9c790-8080-11ed-10a2-a569a7b2a594
# ╠═eb297515-7bf4-452e-bdb9-24cbbbe69d55
# ╠═c9a11198-bcaf-4809-b0f7-5f96a45c18d5
# ╠═cb27e1ae-9e18-4575-a134-ad4147a8a151
# ╠═d84135de-3720-4aa2-ae0b-ffb36b856ef8

0 comments on commit 3f6e1dc

Please sign in to comment.