Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ty-elastic committed Dec 10, 2023
1 parent ef66ebc commit a541b1d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"metadata": {},
"outputs": [],
"source": [
"FILE=\"Elastic_GenAI_Workshop_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, env_url=\"https://notebook-workshop-api-voldmqr2bq-uc.a.run.app\")"
" loader.load_remote_env(file=FILE)"
]
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"metadata": {},
"outputs": [],
"source": [
"FILE=\"Elastic_GenAI_Workshop_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, env_url=\"https://notebook-workshop-api-voldmqr2bq-uc.a.run.app\")"
" loader.load_remote_env(file=FILE)"
]
},
{
Expand Down

0 comments on commit a541b1d

Please sign in to comment.