I followed the basic command for Plots, but got an error message. I searched for that message, and followed suggested solution. However, I still get an error:
Thanks! @arnavs let’s verify that things work on Julia 1.3 with the latest packages, and then maybe prepare to bump a package version? The change in the 7zip makes the packages incompatible between 1.2 and 1.3 I believe.
@DShiu We have updated the HTML and Jupyter notebooks repo. If you clone the quantecon-notebooks-julia repository again, and then follow the setup instructions at this link. We’ve also updated the InstantiateFromURL package to add a new option instantiate = true, so perhaps grab the latest version of that as well (] up inside your Julia REPL.)
Edit: You can also fetch the latest instead of cloning, using your GitHub Desktop.
Edit 2: Probably best to run ] up InstantiateFromURL (in your main environment) first, and then uncomment the commented line in the notebook headers (e.g., the one with instantiate = true).