Skip to content

Commit

Permalink
Updating pages
Browse files Browse the repository at this point in the history
  • Loading branch information
bpstewar authored and Gabe-Levin committed Nov 11, 2024
1 parent 6987c39 commit ccad0c2
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
9 changes: 9 additions & 0 deletions notebooks/user-docs/space2stats_api_demo.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Access S2S api directly\n",
"\n",
"This notebook walks through an example of sending an API call directly without using the space2stats python library"
]
},
{
"cell_type": "code",
"execution_count": 1,
Expand Down
9 changes: 8 additions & 1 deletion notebooks/user-docs/space2stats_py_package_demo.ipynb
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Access S2S via Python Library"
]
},
{
"cell_type": "code",
"execution_count": 39,
Expand Down Expand Up @@ -33,7 +40,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"#### Expected environment variables to be set\n",
"__Expected environment variables to be set__ from dotenv file\n",
"\n",
"\n",
"```.env\n",
Expand Down

0 comments on commit ccad0c2

Please sign in to comment.