Package Installations


In [ ]:
Pkg.add("Interpolations")
Pkg.add("KernelDensity")
Pkg.add("QuantEcon")
Pkg.add("PlotlyJS")
Pkg.add("PyPlot")
Pkg.add("Plots")

In [ ]:
using Interpolations
using KernelDensity
using QuantEcon
using PlotlyJS
using PyPlot
using Plots

In [ ]: