jglee1

Results 3 issues of jglee1

Added line 12 - 22 to have Genie package installed in a new environment so that there would be no conflict between Genie package and other existing packages. Edited line...

"using WatchTonight.Movies" did not work. "using Movies" worked for me.

Under "Interacting with the movies data", I think the following change is needed on line 204. Original: julia> using WatchTonight.Movies New: julia> using Movies