From 52cc747fbc09fcee2a0a0eccd090756ce7a3500c Mon Sep 17 00:00:00 2001 From: RiveSunder Date: Wed, 20 Oct 2021 09:09:48 -0600 Subject: [PATCH 1/5] add requirements.txt file --- requirements.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..a9fe183 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,10 @@ +cycler==0.10.0 +kiwisolver==1.3.1 +matplotlib==3.3.4 +numpy==1.19.5 +Pillow==8.4.0 +pkg_resources==0.0.0 +pyparsing==2.4.7 +python-dateutil==2.8.2 +scipy==1.5.4 +six==1.16.0 From 64923ee00b1734a8bf05d22969146b2ce613ca92 Mon Sep 17 00:00:00 2001 From: RiveSunder Date: Wed, 20 Oct 2021 09:18:04 -0600 Subject: [PATCH 2/5] remove pkg-resources from requirements.txt (breaks mybinder) --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a9fe183..8c2302f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,6 @@ kiwisolver==1.3.1 matplotlib==3.3.4 numpy==1.19.5 Pillow==8.4.0 -pkg_resources==0.0.0 pyparsing==2.4.7 python-dateutil==2.8.2 scipy==1.5.4 From 4f01761aa8665de07e9a9e55d1e3add5de725cae Mon Sep 17 00:00:00 2001 From: RiveSunder Date: Wed, 20 Oct 2021 09:24:41 -0600 Subject: [PATCH 3/5] add mybinder links to README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index cbb7927..650575d 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,11 @@ [ Clean version (without results)](https://colab.research.google.com/github/OpenLenia/Lenia-Tutorial/blob/main/Tutorial_From_Conway_to_Lenia_(w_o_results).ipynb) + +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/OpenLenia/Lenia-Tutorial/main?labpath=Tutorial_From_Conway_to_Lenia.ipynb)Full version, (95MB with results) + +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/OpenLenia/Lenia-Tutorial/main?labpath=Tutorial_From_Conway_to_Lenia_(w_o_results).ipynb)Clean version, without results. + - Click Runtime menu > Run all to run the notebook and see the results. From c65f84aa9b2f745212b14c370b590a7383db3245 Mon Sep 17 00:00:00 2001 From: RiveSunder Date: Wed, 20 Oct 2021 09:30:51 -0600 Subject: [PATCH 4/5] use same style [] for mybinder notebook links as for colab --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 650575d..fa53877 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,9 @@ [ Clean version (without results)](https://colab.research.google.com/github/OpenLenia/Lenia-Tutorial/blob/main/Tutorial_From_Conway_to_Lenia_(w_o_results).ipynb) -[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/OpenLenia/Lenia-Tutorial/main?labpath=Tutorial_From_Conway_to_Lenia.ipynb)Full version, (95MB with results) +[ Full version, (95MB with results)](https://mybinder.org/v2/gh/OpenLenia/Lenia-Tutorial/main?labpath=Tutorial_From_Conway_to_Lenia.ipynb) -[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/OpenLenia/Lenia-Tutorial/main?labpath=Tutorial_From_Conway_to_Lenia_(w_o_results).ipynb)Clean version, without results. +[ Clean version, without results.](https://mybinder.org/v2/gh/OpenLenia/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. From 1b7be3b241936f7dfea7b1d06687b48527f3e7a7 Mon Sep 17 00:00:00 2001 From: RiveSunder Date: Mon, 10 Jan 2022 10:25:20 -0700 Subject: [PATCH 5/5] update readme to point to mybinder on forked repo --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index fa53877..294c267 100644 --- a/README.md +++ b/README.md @@ -2,23 +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/OpenLenia/Lenia-Tutorial/main?labpath=Tutorial_From_Conway_to_Lenia.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/OpenLenia/Lenia-Tutorial/main?labpath=Tutorial_From_Conway_to_Lenia_(w_o_results).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/)