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
Naam initi벥nde partij
👀 Reading hidden code
[ 0x4e
0x61
0x61
0x6d
0x20
0x69
0x6e
0x69
0x74
0x69
0xeb
0x72
0x65
0x6e
0x64
0x65
0x20
0x70
0x61
0x72
0x74
0x69
0x6a] |> String |> HTML
3.5 ms
262144
👀 Reading hidden code
2*256*512
11.8 μs
👀 Reading hidden code
@bind dims html"""
<wow></wow>
<input type='number' value='262144'>

<script>
const wow = this.querySelector("wow")
const canvas = this.querySelector("input")

canvas.oninput = e => {
wow.value = new Uint8Array(canvas.valueAsNumber).join("")
wow.dispatchEvent(new CustomEvent("input"))
}
canvas.oninput()

</script>
"""
213 ms
missing
dims
👀 Reading hidden code
11.0 μs