Skip to content

Commit

Permalink
readd env URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ty-elastic committed Dec 10, 2023
1 parent a541b1d commit eedd593
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions notebooks/Session_1.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"metadata": {},
"outputs": [],
"source": [
"FILE=\"Session_1\"\n",
"FILE=\"Session 1\"\n",
"\n",
"! pip install -qqq git+https://github.com/elastic/notebook-workshop-loader.git@main\n",
"from notebookworkshoploader import loader\n",
Expand All @@ -50,7 +50,7 @@
" load_dotenv(\"../env\", override=True)\n",
" print('Successfully loaded environment variables from local env file')\n",
"else:\n",
" loader.load_remote_env(file=FILE)"
" loader.load_remote_env(file=FILE, env_url=\"https://notebook-workshop-api-voldmqr2bq-uc.a.run.app\")"
]
},
{
Expand Down
4 changes: 2 additions & 2 deletions notebooks/Session_2.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"metadata": {},
"outputs": [],
"source": [
"FILE=\"Session_2\"\n",
"FILE=\"Session 2\"\n",
"\n",
"! pip install -qqq git+https://github.com/elastic/notebook-workshop-loader.git@main\n",
"from notebookworkshoploader import loader\n",
Expand All @@ -34,7 +34,7 @@
" load_dotenv(\"../env\", override=True)\n",
" print('Successfully loaded environment variables from local env file')\n",
"else:\n",
" loader.load_remote_env(file=FILE)"
" loader.load_remote_env(file=FILE, env_url=\"https://notebook-workshop-api-voldmqr2bq-uc.a.run.app\")"
]
},
{
Expand Down

0 comments on commit eedd593

Please sign in to comment.