-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbasic_pkgsetup.jl
51 lines (49 loc) · 1.24 KB
/
basic_pkgsetup.jl
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
using Pkg
#Pkg.activate(ENV["HOME"] * "/.julia/environments/" * "covid19")
#Pkg.add(PackageSpec(url="https://github.com/kouketsu/GSW.jl", rev="master"))
Pkg.add("GibbsSeaWater")
Pkg.add(PackageSpec(url="https://github.com/JuliaGeo/GeoDatasets.jl", rev="master"))
Pkg.add("IJulia"); Pkg.build("IJulia"); using IJulia
Pkg.add("Plots")
Pkg.add("PlotlyBase")
Pkg.add("Plotly")
Pkg.add("PlotlyJS")
Pkg.add("ColorSchemes")
Pkg.add("Formatting")
Pkg.add("WebIO")
Pkg.add("PyPlot")
Pkg.add("PyCall")
Pkg.add("Conda")
Pkg.add("CSV")
Pkg.add("XLSX")
Pkg.add("Glob")
Pkg.add("HTTP")
Pkg.add("DataFrames")
Pkg.add("Missings")
Pkg.add("FileIO")
Pkg.add("JLD2")
Pkg.add("Dates")
Pkg.add("Pandas")
Pkg.add("NCDatasets")
Pkg.add("Statistics")
Pkg.add("NaNMath")
Pkg.add("JSON3")
Pkg.add("OnlineStats")
Pkg.add("TimeSeries")
Pkg.add("Measurements")
Pkg.add("Distances")
Pkg.add("DifferentialEquations")
Pkg.add("BenchmarkTools")
Pkg.add("DelimitedFiles")
Pkg.add("Makie")
Pkg.add("GeoMakie")
Pkg.add("GeoJSON")
Pkg.add("Shapefile")
Pkg.add("Genie")
#;conda install matplotlib
#;conda install -c conda-forge cmocean gsw
#;conda install --channel conda-forge erddapy
using Conda
#Conda.add("matplotlib")
#Conda.add("cmocean",channel="conda-forge")
#Conda.add("gsw",channel="conda-forge")