Skip to content

Commit

Permalink
Update conversion_calculator_served.jl
Browse files Browse the repository at this point in the history
removed path variable and changed import("myFuncs") statement
  • Loading branch information
adannenberg authored Dec 26, 2024
1 parent 66991c6 commit f4e7e2d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions conversion_calculator_served.jl
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,8 @@ end

# ╔═╡ b6aaa574-7002-42dd-b195-765bb88896c6
begin
if Sys.isapple()
myPath = "/Users/alex/Library/CloudStorage/Dropbox/Code/Julia/"
elseif Sys.islinux()
myPath = "/home/alex/Dropbox/Code/Julia/"
end
using Revise, CSV, DataFrames, Dates, Distributions, Format, Grep, HypertextLiteral, Ipopt, JuMP, LinearAlgebra, Loess, NaNStatistics, Optim, Plots, PlutoUI, PrettyTables, Random, Revise, XLSX
include(myPath * "myFuncs.jl")
include(download("https://raw.githubusercontent.com/adannenberg/PlutoExport/main/myFuncs.jl"))
Print()
end

Expand Down

0 comments on commit f4e7e2d

Please sign in to comment.