MariaDB / mariadb_kernel

A MariaDB Jupyter kernel
BSD 3-Clause "New" or "Revised" License
30 stars 21 forks source link

socket not really supported #30

Closed grooverdan closed 2 years ago

grooverdan commented 3 years ago

https://mariadb.com/kb/en/configuring-the-mariadb-jupyter-kernel/ says socket is an optoin

[IPKernelApp] Loading config file at /home/dan/.jupyter/mariadb_config.json...
[IPKernelApp] Config file mariadb_config.json at /home/dan/.jupyter/mariadb_config.json contains unsupported options: {'socket'}

~/.jupyter/mariadb_config.json

{
    "user": "dan",
    "socket": "/tmp/build-mariadb-server-10.7.sock",
    "client_bin": "/home/dan/repos/build-mariadb-server-10.7/client/mariadb"
}

I forced a pip based install from the latest master.

robertbindar commented 2 years ago

I think this was address a while ago, please reopen if you hit the bug again.