Closed grooverdan closed 2 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.
I think this was address a while ago, please reopen if you hit the bug again.
https://mariadb.com/kb/en/configuring-the-mariadb-jupyter-kernel/ says socket is an optoin
~/.jupyter/mariadb_config.json
I forced a pip based install from the latest master.