Skip to content

Commit

Permalink
MAINT: upgrade anaconda, README, and status
Browse files Browse the repository at this point in the history
  • Loading branch information
mmcky committed Mar 19, 2024
1 parent a081c8d commit f3ddaa2
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 5 deletions.
18 changes: 16 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# lecture-eqm
# Equilibrium Models

This website presents a set of lectures on equilibrium economic models.

## Jupyter notebooks

Jupyter notebook versions of each lecture are available for download
via the website.

## Contributions

To comment on the lectures please add to or open an issue in the issue tracker (see above).

We welcome pull requests!

Please read the [QuantEcon style guide](https://manual.quantecon.org/intro.html) first, so that you can match our style.

Equilibrium Models
4 changes: 1 addition & 3 deletions environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
- default
dependencies:
- python=3.11
- anaconda=2023.09
- anaconda=2024.02
- pip
- pip:
- jupyter-book==0.15.1
Expand All @@ -18,5 +18,3 @@ dependencies:
- sphinx-togglebutton==0.3.2
- arviz==0.13.0
- kaleido
# Docker Requirements
- pytz
1 change: 1 addition & 0 deletions lectures/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ latex:
sphinx:
extra_extensions: [sphinx_multitoc_numbering, sphinxext.rediraffe, sphinx_tojupyter, sphinxcontrib.youtube, sphinx.ext.todo, sphinx_exercise, sphinx_togglebutton, sphinx.ext.intersphinx, sphinx_reredirects]
config:
bibtex_reference_style: author_year
nb_mime_priority_overrides: [
# HTML
['html', 'application/vnd.jupyter.widget-view+json', 10],
Expand Down

0 comments on commit f3ddaa2

Please sign in to comment.