Skip to content

Commit

Permalink
add using Pkg
Browse files Browse the repository at this point in the history
  • Loading branch information
bkamins committed Jul 19, 2021
1 parent b714253 commit b6eab5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions 1. Environment setup.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
"In particular typically executing the following commands:\n",
"\n",
"```\n",
"using Pkg\n",
"ENV[\"PYTHON\"]=\"\"\n",
"Pkg.build(\"PyCall\")\n",
"```\n",
Expand Down
1 change: 1 addition & 0 deletions 2. First steps with data frames.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@
"In particular typically executing the following commands:\n",
"\n",
"```\n",
"using Pkg\n",
"ENV[\"PYTHON\"]=\"\"\n",
"Pkg.build(\"PyCall\")\n",
"```\n",
Expand Down
1 change: 1 addition & 0 deletions 5. Collecting experiments data in a data frame.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
"In particular typically executing the following commands:\n",
"\n",
"```\n",
"using Pkg\n",
"ENV[\"PYTHON\"]=\"\"\n",
"Pkg.build(\"PyCall\")\n",
"```\n",
Expand Down

0 comments on commit b6eab5e

Please sign in to comment.