QuantEcon / lecture-julia.myst

Lecture source for "Quantitative Economics with Julia"
https://julia.quantecon.org/intro.html
54 stars 44 forks source link

MAINT: disable nb sync, pin julia=1.8+, add ghostcript #230

Closed mmcky closed 1 year ago

github-actions[bot] commented 1 year ago

🚀 Deployed on https://63ce0c31eaa56154a183d86c--vibrant-allen-f39ec9.netlify.app

mmcky commented 1 year ago

latexify needs additional dependencies

nbclient.exceptions.CellExecutionError: An error occurred while executing the following cell:
------------------
# Creates algebraic symbols that can be used in an algebraic expression
@variables g, r, x0
G = (1 + g)
R = (1 + r)
p0 = x0 / (1 - G * R ^ (-1))
print("Our formula is")
latexify(p0) |> s -> render(s, MIME("image/png"))
------------------

failed process: Process(`lualatex --interaction=batchmode /tmp/jl_lsleTMhW16.tex`, ProcessExited(1)) [1]
mmcky commented 1 year ago

this has fixed the build issue with geom_series lecture

Will fix syncing with the notebook repository in a separate PR.