Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/g4brielvs/ms416

Economics coursework
https://github.com/g4brielvs/ms416

Last synced: 7 days ago
JSON representation

Economics coursework

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.