An open API service indexing awesome lists of open source software.

https://github.com/ericjang/chaos


https://github.com/ericjang/chaos

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# Chaos and Randomness

A notebook showing how chaotic dynamics on top of simple measurement error amplifies the entropy of random distributions.

Blog post here: https://blog.evjang.com/2020/09/chaos.html

1. Download and install Julia https://julialang.org/downloads/

```
julia> using Pkg; Pkg.add("IJulia")
```

2. Start Jupyter, you should see the Julia kernel available.
```
cd C:\Users\ejang-pc\Desktop\chaos_randomness"
"C:\Program Files (x86)\Microsoft Visual Studio\Shared\Python37_64\python.exe" -m jupyter notebook

```