jesspav commented on code in PR #94:
URL: https://github.com/apache/sedona-db/pull/94#discussion_r2353069114


##########
docs/overture-examples.ipynb:
##########
@@ -17,13 +17,13 @@
    "metadata": {},
    "outputs": [],
    "source": [
-    "import sedona.db\n",
+    "import sedonadb\n",
     "import os\n",
     "\n",
     "os.environ[\"AWS_SKIP_SIGNATURE\"] = \"true\"\n",
     "os.environ[\"AWS_DEFAULT_REGION\"] = \"us-west-2\"\n",
     "\n",
-    "sd = sedona.db.connect()"
+    "sd = sedonadb.connect()"

Review Comment:
   Yeah `import sedona.db` didn't work for me because I was running it from 
within the environment and the other 3 notebooks had it as `sedona.db`.  After 
chatting with Powers  I've updated the other notebooks now to use the new 
convention `sedona.db`, but it is a little annoying that the notebooks won't 
just work from within the sedonadb python environment anymore.  



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to