Skip to content

Commit

Permalink
docs: fix python sdk use case on jupyter notebook (#3213)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexab612 authored Apr 14, 2023
1 parent 4421c84 commit 396a638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/zh/integration/develop/jupyter_notebook.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Notebook 与 OpenMLDB 第一个集成点就是 SQL 魔法函数 (magic function)

```Python
import openmldb
db = openmldb.dbapi.connect('demo_db','0.0.0.0:2181','/openmldb')
db = openmldb.dbapi.connect(database='demo_db',zk='0.0.0.0:2181',zkPath='/openmldb')
openmldb.sql_magic.register(db)
```

Expand Down

0 comments on commit 396a638

Please sign in to comment.