General MariaDB Jupyter Kernel Usage Information

If you installed the kernel, installed its kernelspecarrow-up-right and you have MariaDB installed on your system, you just need to open JupyterLabarrow-up-right, and when you create a new notebook, pick MariaDB as your kernel.

For some sample notebooks, check out the notebooksarrow-up-right directory in our GitHub repository page. Those should guide through what you can do with mariadb_kernelarrow-up-right.

You can also try mariadb_kernelarrow-up-right using the amazing MyBinderarrow-up-right platform by clicking this badge

or you can click on the Try MariaDB @ binder badge from the mariadb_kernel GitHub repoarrow-up-right.

This takes absolutely no effort except one click; Binderarrow-up-right does everything for you! It sets up a MariaDB server and all the installation of the kernel and its requirements. Once this process is done, you will be redirected to a live notebook where you can type your commands.

Be aware that MyBinder does not save any state, whatever you change in a notebook in a session (unless you save the notebook locally yourself) will be lost once you close the page. We recommend using the MyBinder platform to try the MariaDB kernel when you quickly want to try a statement, if you'd like to see the latest features of the kernel in action or if you want to reproduce some results that a colleague has sent you. For all other use-cases we recommend you install the kernel and edit your notebooks locally.

Please be a bit patient when you launch MyBinder, the more people are clicking the MyBinder link, the higher the chances are that when you launch it, the Docker image of the kernel is already cached. If by any chance you see a Docker image building in the MyBinder logs, it shouldn't take more than a minute. Please be patient, if you wait one minute, it means you're helping all the other people launching the kernel after you to wait less! :-)

spinner

Last updated

Was this helpful?