JuliaAcademy / DataScience

Data Science in Julia course for JuliaAcademy.com, taught by Huda Nassar
https://juliaacademy.com/p/julia-for-data-science
MIT License
488 stars 256 forks source link

download function not working #42

Open gonzalou77 opened 2 years ago

gonzalou77 commented 2 years ago

I keep receiving a "user variable not defined" error when attempting this in my IDE (Atom).

I switched to using the jupyter notebook and that also did not work.

logankilpatrick commented 1 year ago

Can you paste a code example of the specific issue you are running into? The download command docs are here: https://docs.julialang.org/en/v1/stdlib/Downloads/