如何在Jupyter中与Postgresql会话断开连接

时间:2018-09-24 16:18:13

标签: postgresql jupyter

我正在使用postgresql和jupyter。我有以下代码:

!createdb -h localhost -p 5432 -U ff  about+nulls.cs135.db
%sql postgresql://ff@/about+nulls.cs775.db
    ...
!dropdb -h localhost -p 5432 -U ff  about+nulls.cs135.db

我的问题是如何断开会话连接,以便可以删除当前数据库并创建另一个数据库,然后通过以下方式连接到该数据库:

%sql postgresql://ff@/newdb.cs135.db

谢谢。

0 个答案:

没有答案