Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/g4brielvs/ms416
Economics coursework
https://github.com/g4brielvs/ms416
Last synced: 7 days ago
JSON representation
Economics coursework
- Host: GitHub
- URL: https://github.com/g4brielvs/ms416
- Owner: g4brielvs
- License: mit
- Created: 2016-10-26T01:05:07.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T01:10:12.000Z (about 2 years ago)
- Last Synced: 2024-10-31T16:47:30.676Z (about 2 months ago)
- Language: Jupyter Notebook
- Size: 274 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MS416
This is the project repository for mathematical methods for economics
## Installation
*MS416* uses `pip` to manage dependencies. It works with Python 2.7+ or 3.4+.1. Clone the repository: `$ git clone [email protected]:g4brielvs/MS416.git`.
2. Go to the repository directory: `$ cd MS416` (if you want, get your [virtualenv](https://pypi.python.org/pypi/virtualenv) running there).
4. Install the dependencies: `$ pip install -r requirements.txt`.
## Example
Just run `jupyter notebook --browser=firefox` and select a working notebook. For example:
```console
$ jupyter notebook MS416.ipynb
```It opens the notebook on Firefox. You can just hit `Run All` to the see the magic. Voilà!
## Contributing
Feel free to [report an issue](https://github.com/g4brielvs/MS416/issues), [open a pull request](https://github.com/g4brielvs/MS416/pulls), or [drop a line](http://twitter.com/g4brielvs).
## License
[Creative Commons Attribution-ShareAlike 4.0 International license](http://creativecommons.org/licenses/by-sa/4.0/).
Please feel free to make alterations via pull-request.