Skip to content

Commit

Permalink
edit markdown text
Browse files Browse the repository at this point in the history
  • Loading branch information
harmatt committed Sep 16, 2021
1 parent 5b068e2 commit 683e6f7
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions examples/experiment_create.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@
"source": [
"The user will want to check environment variables and see if the variable named MAVEDB_BASE_URL exists and return value if it exists. To create and set a new evironment variable, follow these steps:\n",
"\n",
" 1.\n",
" 2.\n",
" .\n",
" .\n",
" .\n",
"\n",
"If the environment variable MAVEDB_BASE_URL does not exist, an empty string is returned instead, which will inturn set the base url to localhost (http://127.0.0.1:8000/api/) when instantiating the Client object in later steps. This is used when working with a local instance of MaveDB (e.g., a development branch)."
]
},
Expand All @@ -57,6 +63,13 @@
"source": [
"Next, you will need an auth_token to make POST requests to MaveDB. If you have one, substitute it in the example provided below. If you need one, please follow these instructions:\n",
"\n",
" 1.\n",
" 2.\n",
" 3.\n",
" .\n",
" .\n",
" .\n",
"\n",
"The auth_token is generated and set in your user account page within MaveDB. Ensure that the token fits the format of the example token format below."
]
},
Expand Down

0 comments on commit 683e6f7

Please sign in to comment.