Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
刚开始使用 colaboratory 并想对 postgresql 数据库运行 sql 查询。这在colaboratory上是否可行。我用 jupyter nb 的魔法 sql 来做到这一点。
这是一个使用 2 %% 而不是 1 的问题,这给了我一个错误。我正在运行的是:
! pip install ipython-sql ! pip install psycopg2 %sql postgres://<connect string> %sql select tablename from pg_tables;
我看到了一个使用 %%sql 运行 sql 的示例,当我尝试时出现错误。现在一切都运行良好。丽贝卡