https://github.com/mariadb/mariadb_kernel
A MariaDB Jupyter kernel
https://github.com/mariadb/mariadb_kernel
Last synced: 5 months ago
JSON representation
A MariaDB Jupyter kernel
- Host: GitHub
- URL: https://github.com/mariadb/mariadb_kernel
- Owner: MariaDB
- License: bsd-3-clause
- Created: 2020-07-14T15:57:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T04:19:25.000Z (over 1 year ago)
- Last Synced: 2025-09-14T18:22:48.423Z (6 months ago)
- Language: Jupyter Notebook
- Size: 4.85 MB
- Stars: 33
- Watchers: 11
- Forks: 23
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# MariaDB Jupyter Kernel
[](https://mybinder.org/v2/gh/MariaDB/mariadb_kernel.git/master?urlpath=lab/tree/binder/try_it_out.ipynb)


`mariadb_kernel` is a an Open Source kernel for Jupyter which enables users to run MariaDB in a Jupyter notebook.
# Quick Installation Steps
`mariadb_kernel` has been packaged for the PyPI package manager,
packaging for `conda-forge` is coming soon.
Assuming you already have Jupyter Lab and MariaDB installed on your system,
all you need to do is:
1. Install the kernel
```bash
python3 -m pip install mariadb_kernel
```
2. Install the kernelspec so that the kernel becomes visible to JupyterLab
```bash
python3 -m mariadb_kernel.install
```
For a more complete guide on how to install `mariadb_kernel`, check out our
[Installation docs](https://mariadb.com/kb/en/mariadb-jupyter-kernel-installation/)
# Using the kernel
Using `mariadb_kernel` is pretty simple, please check our [Using the MariaDB Jupyter Kernel](https://mariadb.com/kb/en/using-the-mariadb-jupyter-kernel/) docs for
some quick tips on how to get started and some links to our example notebooks.
# Documentation
To get started with `mariadb_kernel`, see the full documentation
https://mariadb.com/kb/en/the-mariadb-jupyter-kernel/
# Contributing
Please check the [CONTRIBUTING.md](https://github.com/MariaDB/mariadb_kernel/blob/master/CONTRIBUTING.md) file to
see our guidelines for contributing to `mariadb_kernel`, how to set up a development environment and
how to add a new magic command.
Please note this project is still in its very early stages and we expect it to change frequently.