Skip to content

Commit

Permalink
Reformatting MoneyModel to money_model.
Browse files Browse the repository at this point in the history
  • Loading branch information
jackiekazil committed Oct 30, 2016
1 parent bc5b1b9 commit 6e69936
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 103 deletions.
70 changes: 0 additions & 70 deletions examples/Boltzmann_Wealth_Model/MoneyModel.py

This file was deleted.

6 changes: 3 additions & 3 deletions examples/Boltzmann_Wealth_Model/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ To follow the tutorial examples, launch the Jupyter Notebook and run the code in
To launch the interactive server, as described in the [last section of the tutorial](http://mesa.readthedocs.io/en/latest/intro-tutorial.html#adding-visualization), run:

```
$ python Viz_MoneyModel.py
$ python viz_money_model.py
```

Then open your browser to [http://127.0.0.1:8889/](http://127.0.0.1:8889/) and press Reset, then Run.
Expand All @@ -22,8 +22,8 @@ Then open your browser to [http://127.0.0.1:8889/](http://127.0.0.1:8889/) and p
## Files

* ``Introduction to Mesa Tutorial Code.ipynb``: Jupyter Notebook with all the steps as described in the tutorial.
* ``MoneyModel.py``: Final version of the model.
* ``Viz_MoneyModel.py``: Creates and launches interactive visualization.
* ``money_model.py``: Final version of the model.
* ``viz_money_model.py``: Creates and launches interactive visualization.

## Further Reading

Expand Down
30 changes: 0 additions & 30 deletions examples/Boltzmann_Wealth_Model/Viz_MoneyModel.py

This file was deleted.

0 comments on commit 6e69936

Please sign in to comment.