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
123
👀 Reading hidden code
9.4 μs
1
👀 Reading hidden code
10.2 μs
89123
👀 Reading hidden code
10.3 μs
232
👀 Reading hidden code
10.3 μs
2.213 + 123.0im
👀 Reading hidden code
15.4 μs
👀 Reading hidden code
11.5 μs

heyo

👀 Reading hidden code
186 μs
2
1+1
👀 Reading hidden code
13.2 μs
👀 Reading hidden code
67.0 μs

yo

xy = md"yo"
👀 Reading hidden code
3.2 ms
1
b = a
👀 Reading hidden code
11.0 μs
x, y = 1:100 |> collect
👀 Reading hidden code
17.3 ms
4
r[1] = 4
👀 Reading hidden code
12.4 μs
r .= 1
👀 Reading hidden code
10.1 μs
:(aa .= bb) |> dump
👀 Reading hidden code
❔
Expr
  head: Symbol .=
  args: Array{Any}((2,))
    1: Symbol aa
    2: Symbol bb
643 ms
200
200
👀 Reading hidden code
9.6 μs
1
b
👀 Reading hidden code
8.4 μs