Skip to content

Commit

Permalink
Merge pull request #132 from robmarkcole/update-quickstart-notebook
Browse files Browse the repository at this point in the history
fix url and delete cell
  • Loading branch information
robmarkcole authored Dec 10, 2024
2 parents 9b0f15e + 40961a1 commit 4acebf7
Showing 1 changed file with 1 addition and 23 deletions.
24 changes: 1 addition & 23 deletions quickstart.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/robmarkcole/earthdaily-python-client/blob/update-documentation/quickstart.ipynb)"
"[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/earthdaily/earthdaily-python-client/blob/main/quickstart.ipynb)"
]
},
{
Expand Down Expand Up @@ -68,28 +68,6 @@
" print(\"No .env file found\")"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Validate credentials are present"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"import os\n",
"\n",
"# check the EDS_AUTH_URL env var is set\n",
"if not os.getenv(\"EDS_API_URL\"):\n",
" raise ValueError(\"EDS_AUTH_URL not set in .env file\")\n",
"else:\n",
" print(\"EDS_AUTH_URL found: \", os.getenv(\"EDS_API_URL\"))"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down

0 comments on commit 4acebf7

Please sign in to comment.