Skip to content

Commit

Permalink
Merge pull request #119 from cns-iu/update-companion-website
Browse files Browse the repository at this point in the history
Update companion website
  • Loading branch information
andreasbueckle authored Apr 18, 2024
2 parents f2bc4ee + fff457a commit c9890b0
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
{
"cell_type": "code",
"execution_count": 118,
"execution_count": 1,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -43,7 +43,7 @@
},
{
"cell_type": "code",
"execution_count": 119,
"execution_count": 2,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -65,7 +65,7 @@
},
{
"cell_type": "code",
"execution_count": 120,
"execution_count": 3,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -90,7 +90,7 @@
},
{
"cell_type": "code",
"execution_count": 121,
"execution_count": 4,
"metadata": {},
"outputs": [],
"source": [
Expand Down Expand Up @@ -119,7 +119,7 @@
},
{
"cell_type": "code",
"execution_count": 123,
"execution_count": 5,
"metadata": {},
"outputs": [],
"source": [
Expand All @@ -135,12 +135,12 @@
},
{
"cell_type": "code",
"execution_count": 124,
"execution_count": 6,
"metadata": {},
"outputs": [],
"source": [
"# set the URL\n",
"url = 'https://apfvtab7fp.us-east-2.awsapprunner.com/mesh-3d-cell-population'\n",
"url = 'https://apps.humanatlas.io/api/v1/mesh-3d-cell-population'\n",
"\n",
"# make the POST request \n",
"request = requests.post(url, json=request_params)\n",
Expand Down

0 comments on commit c9890b0

Please sign in to comment.