Skip to content

Instantly share code, notes, and snippets.

@vnegi10
Created July 25, 2020 15:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vnegi10/4e1316e194b8ecae6d8fccd66bf8c1fe to your computer and use it in GitHub Desktop.
Save vnegi10/4e1316e194b8ecae6d8fccd66bf8c1fe to your computer and use it in GitHub Desktop.
# Load and compile Julia packages for the current session
# This might take a while, needs to be done only once
# Recommended to list and compile all packages at once
using Distributions
using StatsBase
using CSV
using DataFrames
using StatsPlots
using Plots
gr()
using Dates
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment