diff --git a/README.md b/README.md index cbb7927..294c267 100644 --- a/README.md +++ b/README.md @@ -2,18 +2,25 @@ ## "From Conway to Lenia" tutorial -[ Full version (95MB, with results)](https://colab.research.google.com/github/OpenLenia/Lenia-Tutorial/blob/main/Tutorial_From_Conway_to_Lenia.ipynb) +[ Full version (95MB, with results)](https://colab.research.google.com/github/RiveSunder/Lenia-Tutorial/blob/main/Tutorial_From_Conway_to_Lenia.ipynb) - If failed to open in your browser, open the below clean version. -[ Clean version (without results)](https://colab.research.google.com/github/OpenLenia/Lenia-Tutorial/blob/main/Tutorial_From_Conway_to_Lenia_(w_o_results).ipynb) +[ Clean version (without results)](https://colab.research.google.com/github/RiveSunder/Lenia-Tutorial/blob/main/Tutorial_From_Conway_to_Lenia_(w_o_results).ipynb) + + +[ Full version, (95MB with results)](https://mybinder.org/v2/gh/RiveSunder/Lenia-Tutorial/main?labpath=Tutorial_From_Conway_to_Lenia.ipynb) + +[ Clean version, without results.](https://mybinder.org/v2/gh/RiveSunder/Lenia-Tutorial/main?labpath=Tutorial_From_Conway_to_Lenia_(w_o_results).ipynb) - Click Runtime menu > Run all to run the notebook and see the results. - + Credits: +- Lenia and Expanded Lenia from [Bert Chan](https://twitter.com/BertChakovsky/) +- Asymptotic updates: [Kawaguchi _et al._ 2021](https://doi.org/10.1162/isal_a_00425) - Suggestion from [Danilo Oliveira Vaz](https://twitter.com/emergir_co) - Comments for improvement from [Will Cavendish](https://openlenia.github.io/team) - Compact code of the Game of Life from [Jake VanderPlas](http://jakevdp.github.io/blog/2013/08/07/conways-game-of-life/) diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..8c2302f --- /dev/null +++ b/requirements.txt @@ -0,0 +1,9 @@ +cycler==0.10.0 +kiwisolver==1.3.1 +matplotlib==3.3.4 +numpy==1.19.5 +Pillow==8.4.0 +pyparsing==2.4.7 +python-dateutil==2.8.2 +scipy==1.5.4 +six==1.16.0