To be able to edit code and run cells, you need to run the notebook yourself. Where would you like to run the notebook?

This notebook takes about 20 seconds to run.

In the cloud (experimental)

Binder is a free, open source service that runs scientific notebooks in the cloud! It will take a while, usually 2-7 minutes to get a session.

On your computer

(Recommended if you want to store your changes.)

  1. Copy the notebook URL:
  2. Run Pluto

    (Also see: How to install Julia and Pluto)

  3. Paste URL in the Open box

Frontmatter

If you are publishing this notebook on the web, you can set the parameters below to provide HTML metadata. This is useful for search engines and social media.

Author 1

What is ?

Julia is like javascript but more n

👀 Reading hidden code
md"""
# $(julia_icon) What is $(julia_logo)?

Julia $(julia_icon) is like javascript but more $(julia_logo)n
"""
15.2 ms

What is ?

Pluto is like a REPL but more nian

👀 Reading hidden code
md"""
# $(pluto_icon) What is $(pluto_logo)?

Pluto $(pluto_icon) is like a REPL but more $(pluto_logo)nian
"""
348 μs

Defintions (to copy+paste)

👀 Reading hidden code
214 μs
👀 Reading hidden code
julia_icon = HTML("<img src='https://raw.githubusercontent.com/JuliaLang/julia-logo-graphics/168fb6c1164e341df360ed6ced519e1e0cb7de3a/images/julia-dots.svg' style='height: .75em; margin-bottom: -.05em' >")
12.8 μs
👀 Reading hidden code
pluto_icon = HTML("<img src='https://raw.githubusercontent.com/fonsp/Pluto.jl/v0.12.20/frontend/img/favicon.svg' style='height: .9em; margin-bottom: -.1em' >")
12.7 μs
julia_logo = HTML("<img src='https://raw.githubusercontent.com/JuliaLang/julia-logo-graphics/168fb6c1164e341df360ed6ced519e1e0cb7de3a/images/julia-logo-color.svg' style='height: 1.2em; margin-bottom: -.2em; margin-left: -.1em' >")
👀 Reading hidden code
11.4 μs
pluto_logo = HTML("<img src='https://raw.githubusercontent.com/fonsp/Pluto.jl/v0.12.20/frontend/img/logo.svg' style='height: 1.1em; margin-bottom: -.27em; margin-left: .1em' >")
👀 Reading hidden code
15.0 μs