Skip to content

Commit

Permalink
Update index.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
kdpsingh committed Jan 31, 2024
1 parent c5e0518 commit 7c01a45
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions index.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,16 @@
using Markdown
using InteractiveUtils

# ╔═╡ 322a1b28-48a7-4df0-87a1-4259a6abc9ee
using HypertextLiteral, PlutoUI; TableOfContents()

# ╔═╡ 24eb2142-1d07-4412-842f-8aacbaf58c16
begin
using HypertextLiteral
html_string = join(readlines("header.html"), "\n")
@htl """$(HypertextLiteral.Bypass(html_string))"""
HypertextLiteral.@htl("""$(HypertextLiteral.Bypass(html_string))""")
end

# ╔═╡ 322a1b28-48a7-4df0-87a1-4259a6abc9ee
using PlutoUI; TableOfContents()

# ╔═╡ 2ce416e8-bb3d-11ee-3a9f-8dcc9a81f83c
md"""
Welcome to the **Tidier Course**, a course designed to introduce you to Julia and the Tidier.jl ecosystem for data analysis. The course consists of a series of Jupyter Notebooks so that you can both learn and practice how to write Julia code through real data science examples.
Expand Down

0 comments on commit 7c01a45

Please sign in to comment.