Skip to content

Commit

Permalink
updated the json link for this notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
anitaokoh authored and blythed committed Feb 21, 2024
1 parent 042b2d2 commit 2ffe7dc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/question_the_docs_opensource.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,9 @@
"name": "stdout",
"output_type": "stream",
"text": [
"\u001B[32m 2023-Dec-28 12:07:10.81\u001B[0m| \u001B[1mINFO \u001B[0m | \u001B[36mip-172-31-29-75\u001B[0m| \u001B[36m9f988282-31be-4326-977b-8b4ac96b98a6\u001B[0m| \u001B[36msuperduperdb.base.build\u001B[0m:\u001B[36m144 \u001B[0m | \u001B[1mData Client is ready. mongomock.MongoClient('localhost', 27017)\u001B[0m\n",
"\u001B[32m 2023-Dec-28 12:07:10.81\u001B[0m| \u001B[1mINFO \u001B[0m | \u001B[36mip-172-31-29-75\u001B[0m| \u001B[36m9f988282-31be-4326-977b-8b4ac96b98a6\u001B[0m| \u001B[36msuperduperdb.base.build\u001B[0m:\u001B[36m162 \u001B[0m | \u001B[1mConnecting to Metadata Client with engine: mongomock.MongoClient('localhost', 27017)\u001B[0m\n",
"\u001B[32m 2023-Dec-28 12:07:10.81\u001B[0m| \u001B[1mINFO \u001B[0m | \u001B[36mip-172-31-29-75\u001B[0m| \u001B[36m9f988282-31be-4326-977b-8b4ac96b98a6\u001B[0m| \u001B[36msuperduperdb.base.datalayer\u001B[0m:\u001B[36m80 \u001B[0m | \u001B[1mBuilding Data Layer\u001B[0m\n"
"\u001b[32m 2023-Dec-28 12:07:10.81\u001b[0m| \u001b[1mINFO \u001b[0m | \u001b[36mip-172-31-29-75\u001b[0m| \u001b[36m9f988282-31be-4326-977b-8b4ac96b98a6\u001b[0m| \u001b[36msuperduperdb.base.build\u001b[0m:\u001b[36m144 \u001b[0m | \u001b[1mData Client is ready. mongomock.MongoClient('localhost', 27017)\u001b[0m\n",
"\u001b[32m 2023-Dec-28 12:07:10.81\u001b[0m| \u001b[1mINFO \u001b[0m | \u001b[36mip-172-31-29-75\u001b[0m| \u001b[36m9f988282-31be-4326-977b-8b4ac96b98a6\u001b[0m| \u001b[36msuperduperdb.base.build\u001b[0m:\u001b[36m162 \u001b[0m | \u001b[1mConnecting to Metadata Client with engine: mongomock.MongoClient('localhost', 27017)\u001b[0m\n",
"\u001b[32m 2023-Dec-28 12:07:10.81\u001b[0m| \u001b[1mINFO \u001b[0m | \u001b[36mip-172-31-29-75\u001b[0m| \u001b[36m9f988282-31be-4326-977b-8b4ac96b98a6\u001b[0m| \u001b[36msuperduperdb.base.datalayer\u001b[0m:\u001b[36m80 \u001b[0m | \u001b[1mBuilding Data Layer\u001b[0m\n"
]
}
],
Expand Down Expand Up @@ -207,7 +207,7 @@
],
"source": [
"# Use !curl to download the 'superduperdb_docs.json' file\n",
"!curl -O https://jupyter-sessions.s3.us-east-2.amazonaws.com/superduperdb_docs.json\n",
"!curl -O https://datas-public.s3.amazonaws.com/superduperdb_docs.json\n",
"\n",
"import json\n",
"from IPython.display import Markdown\n",
Expand Down Expand Up @@ -473,7 +473,7 @@
"name": "stdout",
"output_type": "stream",
"text": [
"\u001B[32m 2023-Dec-28 12:07:32.42\u001B[0m| \u001B[1mINFO \u001B[0m | \u001B[36mip-172-31-29-75\u001B[0m| \u001B[36m9f988282-31be-4326-977b-8b4ac96b98a6\u001B[0m| \u001B[36msuperduperdb.components.model\u001B[0m:\u001B[36m477 \u001B[0m | \u001B[1mAdding 1001 model outputs to `db`\u001B[0m\n"
"\u001b[32m 2023-Dec-28 12:07:32.42\u001b[0m| \u001b[1mINFO \u001b[0m | \u001b[36mip-172-31-29-75\u001b[0m| \u001b[36m9f988282-31be-4326-977b-8b4ac96b98a6\u001b[0m| \u001b[36msuperduperdb.components.model\u001b[0m:\u001b[36m477 \u001b[0m | \u001b[1mAdding 1001 model outputs to `db`\u001b[0m\n"
]
}
],
Expand Down

0 comments on commit 2ffe7dc

Please sign in to comment.