Closed jlperla closed 6 years ago
From teaching, students frequently forget to Trust the notebook. The main place this causes issues is that the graphs disappear when they reopen it.
Trust
I think the solution is to use the png wherever plots comes up. That is,
png
using Plots
globally becomes
using Plots gr(fmt=:png)
Done at 62065ce.
From teaching, students frequently forget to
Trust
the notebook. The main place this causes issues is that the graphs disappear when they reopen it.I think the solution is to use the
png
wherever plots comes up. That is,globally becomes
Getting Started with Julia
More Programming and Software Engineering Principles
Tools and Techniques
Dynamic Programming
Multiple Agent Models
Time Series Models
Dynamic Programming Squared