Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

adding packages #25

Merged
merged 16 commits into from
Aug 18, 2020
3 changes: 3 additions & 0 deletions base-notebook/install.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@
using Pkg
pkg"add Colors"
pkg"add CSV"
pkg"add CSVFiles"
pkg"add DataFrames"
pkg"add DelimitedFiles"
pkg"add GMT"
pkg"add GR"
pkg"add IJulia"
pkg"add ImageView"
Expand Down