Skip to content

Commit

Permalink
remove matplotlib
Browse files Browse the repository at this point in the history
  • Loading branch information
SSabet committed Oct 30, 2023
1 parent 77be76b commit afecf98
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN jupyter labextension install @jupyterhub/jupyter-server-proxy && \
jupyter lab build && \
jupyter lab clean && \
pip install . --no-cache-dir && \
pip install matplotlib && \
#pip install matplotlib && \
rm -rf ~/.cache

USER root
Expand Down
Empty file added EC413_Neoclassical_Growth
Empty file.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
# Pluto Notebooks
# Notebooks for Advanced Macroeconomics
This is a set of interactive [Pluto.jl](https://github.com/fonsp/Pluto.jl) notebooks on topics discussed in beginning graduate level macroeconomics. It's built around the syllabus of the course Macroeconomics (EC413) taught at the LSE by Matthias Doepke and Silvana Tenreyro (2023-2024). But it also includes some more advanced discussions, or related stuff I find interesting.

A collection of interactive [Pluto.jl](https://github.com/fonsp/Pluto.jl) notebooks which introduce various statistics topics.
The main aim is to make the transition from undergraduate to graduate Macroeconomics smoother, and to employ the fantastic [Pluto.jl](https://github.com/fonsp/Pluto.jl) and [PlutoUI.jl](https://github.com/fonsp/Pluto.jl) tools to make the models more intuitive.

### Notebooks

[Beta](https://mybinder.org/v2/gh/roualdes/plutonotebooks/main?urlpath=pluto/open?path=/home/jovyan/notebooks/beta.jl)
Below you can find the links to each notebook, dockerised on [Binder]().

[Binomial](https://mybinder.org/v2/gh/roualdes/plutonotebooks/main?urlpath=pluto/open?path=/home/jovyan/notebooks/binomial.jl)
### Notebooks

[Solow Model in Discrete Time](https://mybinder.org/v2/gh/SSabet/ec413-pluto-notebook.jl/HEAD?urlpath=pluto/open?path=/home/jovyan/notebooks/EC413_Solow.jl)

[Central Limit Theorem](https://mybinder.org/v2/gh/roualdes/plutonotebooks/main?urlpath=pluto/open?path=/home/jovyan/notebooks/clt.jl)
[Neoclassical Growth Model](https://mybinder.org/v2/gh/SSabet/ec413-pluto-notebook.jl/HEAD?urlpath=pluto/open?path=/home/jovyan/notebooks/EC413_Neoclassical_Growth.jl)

[Malthusian Economy and Industrialisation](https://mybinder.org/v2/gh/SSabet/ec413-pluto-notebook.jl/HEAD?urlpath=pluto/open?path=/home/jovyan/notebooks/EC413_Malthusian_Industrialisation.jl)

[Joint, Marginal, Conditional Densities](https://mybinder.org/v2/gh/roualdes/plutonotebooks/main?urlpath=pluto/open?path=/home/jovyan/notebooks/jointmarginalconditionaldensities.jl)
[Contraction Mapping Theorem]()

[Normal](https://mybinder.org/v2/gh/roualdes/plutonotebooks/main?urlpath=pluto/open?path=/home/jovyan/notebooks/normal.jl)

### Acknowledgement
1 change: 0 additions & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ dependencies:
- jupyterlab-git
- pip:
- jupyter-contrib-nbextensions
# - jupyterlab_latex

0 comments on commit afecf98

Please sign in to comment.