Skip to content

Commit

Permalink
fix example notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
j-fu committed Aug 5, 2021
1 parent dcfc4b6 commit 7881306
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions examples/plutovista.jl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ md"""
"""

# ╔═╡ 1cb8eb7c-a763-479f-b15c-ff128fac2f75
develop=true
develop=false

# ╔═╡ c102e87a-b570-4d86-b087-3506396fc065
begin
Expand Down Expand Up @@ -235,15 +235,6 @@ Work in progress, based on vtk.js.
# ╔═╡ 6af0b5d7-5324-43b5-8f99-6f5d35d5deba
TableOfContents()

# ╔═╡ 1151d52b-f82c-4cff-8e30-7c9a5ab2f3c2


# ╔═╡ 332805c1-fb48-4cf2-b373-42a36eef2490


# ╔═╡ ee1b98b8-e6fc-42fa-88c5-30af1050fd8f


# ╔═╡ Cell order:
# ╟─93ca4fd0-8f61-4174-b459-55f5395c0f56
# ╠═1cb8eb7c-a763-479f-b15c-ff128fac2f75
Expand Down Expand Up @@ -288,6 +279,3 @@ TableOfContents()
# ╠═b8d504dd-d056-4e28-989e-b07259acd5d6
# ╟─d1e13f8c-7cb8-4cb5-9dda-1a9b5d6142b6
# ╟─6af0b5d7-5324-43b5-8f99-6f5d35d5deba
# ╠═1151d52b-f82c-4cff-8e30-7c9a5ab2f3c2
# ╠═332805c1-fb48-4cf2-b373-42a36eef2490
# ╠═ee1b98b8-e6fc-42fa-88c5-30af1050fd8f

2 comments on commit 7881306

@j-fu
Copy link
Owner Author

@j-fu j-fu commented on 7881306 Aug 5, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/42218

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.2 -m "<description of version>" 7881306c06c8fdcab2f81819cec4b63677f8ac6f
git push origin v0.3.2

Please sign in to comment.