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

Commit

Permalink
Fix Julia Data Ingest - Add Packages + DataFrames (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
BradyPlanden committed Jul 10, 2023
1 parent 10bbce8 commit 9211a9d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/GetDatasetJulia.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,12 @@ export default function GetDatasetJulia({dataset}) {
# Dataset and column metadata are under dataset_metadata[x] and
# column_metadata[x] respectively.
using Pkg
Pkg.add(["HTTP", "JSON", "DataFrames"])
using HTTP
using JSON
using DataFrames
host = "${host}"
headers = Dict{String, String}("Authorization" => "Bearer ${token}")
Expand Down

0 comments on commit 9211a9d

Please sign in to comment.