Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Include examples in readthedocs #2382
Include examples in readthedocs #2382
Changes from all commits
d90b0f7
9586490
4aaa35d
d31478c
6e4c72e
70fbaf5
724c8db
45184a4
3d75d30
2759244
fc8aaea
1ba465d
2b5e822
3847799
301d80e
fe3d655
7d18880
6b49a3b
b9909e6
8ce3d83
88fbf74
077aca5
c771e3b
3fa0c27
8fdcf5c
475b060
fb93261
86f2f0c
dc1d843
9857ef1
afdd836
46c3d13
a5205eb
59a0413
56f00af
135c978
bd4ca35
5a69aee
98c4616
2aa5326
91e6c0f
5976962
95da9b7
66b70eb
2d1d391
dc84b97
25837e2
6c132d1
1251297
6cb510d
8f41c33
8bbdb1d
962e794
ee662b1
fd4bfaa
3f0c3e6
1515f29
5759cb3
f5070b7
b65fa0a
6ec9687
4bbf000
962c0cc
6ce1e0a
14f7104
2ef80f8
ed764f8
ed43d5c
962adce
824459f
e0ac4ba
8fa9f53
4be7dd2
f92b37c
5163352
6a34561
04e8763
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 1 in mesa/examples/basic/conways_game_of_life/app.py
mesa/examples/basic/conways_game_of_life/app.py#L1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we still want to use streamlit or update to Solara?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
in my view, we standardize all examples on solara
Check warning on line 7 in mesa/examples/basic/conways_game_of_life/app.py
mesa/examples/basic/conways_game_of_life/app.py#L3-L7
Check warning on line 13 in mesa/examples/basic/conways_game_of_life/app.py
mesa/examples/basic/conways_game_of_life/app.py#L9-L13
Check warning on line 16 in mesa/examples/basic/conways_game_of_life/app.py
mesa/examples/basic/conways_game_of_life/app.py#L15-L16
Check warning on line 18 in mesa/examples/basic/conways_game_of_life/app.py
mesa/examples/basic/conways_game_of_life/app.py#L18
Check warning on line 23 in mesa/examples/basic/conways_game_of_life/app.py
mesa/examples/basic/conways_game_of_life/app.py#L22-L23
Check warning on line 26 in mesa/examples/basic/conways_game_of_life/app.py
mesa/examples/basic/conways_game_of_life/app.py#L25-L26
Check warning on line 29 in mesa/examples/basic/conways_game_of_life/app.py
mesa/examples/basic/conways_game_of_life/app.py#L29
Check warning on line 34 in mesa/examples/basic/conways_game_of_life/app.py
mesa/examples/basic/conways_game_of_life/app.py#L34
Check warning on line 47 in mesa/examples/basic/conways_game_of_life/app.py
mesa/examples/basic/conways_game_of_life/app.py#L43-L47
Check warning on line 51 in mesa/examples/basic/conways_game_of_life/app.py
mesa/examples/basic/conways_game_of_life/app.py#L49-L51
Check warning on line 55 in mesa/examples/basic/conways_game_of_life/app.py
mesa/examples/basic/conways_game_of_life/app.py#L54-L55
Check warning on line 59 in mesa/examples/basic/conways_game_of_life/app.py
mesa/examples/basic/conways_game_of_life/app.py#L59
Check warning on line 66 in mesa/examples/basic/conways_game_of_life/app.py
mesa/examples/basic/conways_game_of_life/app.py#L66
Check warning on line 68 in mesa/examples/basic/conways_game_of_life/app.py
mesa/examples/basic/conways_game_of_life/app.py#L68
Check warning on line 71 in mesa/examples/basic/conways_game_of_life/app.py
mesa/examples/basic/conways_game_of_life/app.py#L70-L71