econ-ark/DemARK

ConsPortfolioModelDoc LaTeX / ipython issue

Closed this issue · 4 comments

Work on this after econ-ark/HARK#442 is merged

Possibly related to this:
#56

I've transferred this to DemARK because it concerns code that's here.
When the DemARK is fixed, then we can move it to HARK/examples.

I've done some testing. There are two files related to this case:
ConsPortfolioModelDoc.ipynb
ConsPortfolioModelDoc.py

The notebook runs fine.
The .py file runs fine if executed with python ConsPortfolioModelDoc.py

It's only running it with ipython that results in this problem.

So one question is: when do we want to support running .py files with python, and when with ipython?

I have removed .py files from this repo as github has native support for notebook diffs now. This issue isn't relevant anymore.